cancel warnings for python

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7397 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-08-26 08:32:48 +00:00
commit 0536823593

View file

@ -6,6 +6,10 @@ see bottom for a set of possible tests
*/
%module operator_overload
#if defined(SWIGPYTHON)
%warnfilter(362,361,389,503);
#endif
%inline %{
class Op{