fix ruby warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b8ae49d52d
commit
13aee4b0e7
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
|||
%warnfilter(801) EnumDirector::hello; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::yo; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::awright; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) Foo::ciao; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) Foo::aufwiedersehen; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) Foo::adios; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::Foo::ciao; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::Foo::aufwiedersehen; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::Foo::adios; /* Ruby, wrong constant name */
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue