silence warns

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-01 11:23:08 +00:00
commit 75770e607b
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -7,7 +7,7 @@ see bottom for a set of possible tests
%module operator_overload
#if defined(SWIGPYTHON)
%warnfilter(362,389);
%warnfilter(362,389,383,384);
#endif
#if !defined(SWIGLUA)

View file

@ -10,7 +10,7 @@
%rename("%(title)s",match$parentNode$type="enum HelloEnum") "";
%rename("%(ctitle)s",match$parentNode$type="enum ChaoEnum") "";
#define awk_cmd "%(command:awk '/^i/{print toupper($1)}' <<<)s"
%define awk_cmd "%(command:awk '/^i/{print toupper($1)}' <<<)s" %enddef
%rename(awk_cmd) "";