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:
William S Fulton 2008-04-05 22:12:07 +00:00
commit 7f5e24cacb

View file

@ -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)