Remove redundant Python options: -nocastmode -nodirvtable -noextranative -nofastproxy
Also remove redundant %module options: nocastmode, noextranative Issue #1340
This commit is contained in:
parent
152b66deaf
commit
398ac5f01c
2 changed files with 13 additions and 20 deletions
|
|
@ -1,4 +1,7 @@
|
|||
%module("nocastmode") li_implicit
|
||||
%module li_implicit
|
||||
|
||||
// Tests nocastmode
|
||||
|
||||
#pragma SWIG nowarn=SWIGWARN_PP_CPP_WARNING
|
||||
%include implicit.i
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue