aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/enum_thorough.i
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2005-12-31 10:47:02 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2005-12-31 10:47:02 +0000
commit3e1f698542c77e93e6cc0d087b7b9f97847d7d38 (patch)
tree44f7d7aa4c503f1c1fd80433fb2877e0cf945650 /Examples/test-suite/enum_thorough.i
parentae41da15df68e7ee9b5089d26090a846f12d9540 (diff)
downloadswig-3e1f698542c77e93e6cc0d087b7b9f97847d7d38.tar.gz
silence warns in ruby
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8156 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/enum_thorough.i')
-rw-r--r--Examples/test-suite/enum_thorough.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/test-suite/enum_thorough.i b/Examples/test-suite/enum_thorough.i
index fb11ca668..04d5ccf5a 100644
--- a/Examples/test-suite/enum_thorough.i
+++ b/Examples/test-suite/enum_thorough.i
@@ -1,6 +1,7 @@
%module "enum_thorough"
// Suppress warning messages from the Ruby module for all of the following...
+%warnfilter(801);
%warnfilter(801) red;
%warnfilter(801) blue;
%warnfilter(801) green;