fix ruby warns
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6830 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9e094f7eab
commit
76b4f394af
1 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,10 @@
|
|||
%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) EnumDirector::ciao; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::aufwiedersehen; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::adios; /* 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 */
|
||||
|
||||
|
||||
|
||||
%feature("director") Foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue