Remove ruby wrong class name warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4292 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-02-11 21:23:10 +00:00
commit 3d41bb4ce0
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,8 @@
// bool typemaps check
%module bools
%warnfilter(801) constbool; /* Ruby, wrong class name */
// bool constant
%constant bool constbool=false;

View file

@ -1,4 +1,7 @@
%module enum_plus
%warnfilter(801) iFoo; /* Ruby, wrong constant name */
%inline %{
struct iFoo
{