silence warns in ruby

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8156 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-31 10:47:02 +00:00
commit 3e1f698542

View file

@ -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;