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:
parent
f604d27bc5
commit
2c815c6aa4
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue