python warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10354 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ec4491556f
commit
7f5e24cacb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%module operator_overload_break
|
||||
|
||||
#if defined(SWIGPYTHON)
|
||||
%warnfilter(SWIGWARN_IGNORE_OPERATOR_INDEX);
|
||||
%warnfilter(SWIGWARN_IGNORE_OPERATOR_PLUSPLUS);
|
||||
#endif
|
||||
|
||||
#if !defined(SWIGLUA) && !defined(SWIGR) && !defined(SWIGPERL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue