silence warnings

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8172 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-02 04:35:49 +00:00
commit 2c815c6aa4
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,10 @@
%module "enum_thorough"
// Suppress warning messages from the Ruby module for all of the following...
%warnfilter(314);
// Suppress warning messages from the Ruby module for all of the
// following...
#pragma SWIG nowarn=314
%warnfilter(801);
%warnfilter(801) red;
%warnfilter(801) blue;

View file

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