silence warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8175 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-02 09:47:52 +00:00
commit 2ffa9eb90c

View file

@ -1,7 +1,6 @@
%module features
%warnfilter(365);
%warnfilter(503);
%warnfilter(503,365);
// This testcase checks that %feature is working for templates and non user supplied constructors/destructors and is just generally working