Use %warnfilter to filter out a few warnings from the Ruby module about

constants whose names begin with lowercase letters.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Lyle Johnson 2004-08-24 13:47:31 +00:00
commit 97add03e43

View file

@ -1,5 +1,8 @@
%module throw_exception
%warnfilter(801) Namespace::enum1;
%warnfilter(801) Namespace::enum2;
// Tests SWIG's automatic exception mechanism
%inline %{