silence warns
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ab6313217b
commit
75770e607b
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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) "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue