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:
parent
d6363acffe
commit
0536823593
1 changed files with 4 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue