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