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:
parent
4a49ed47f9
commit
97add03e43
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
%module throw_exception
|
||||
|
||||
%warnfilter(801) Namespace::enum1;
|
||||
%warnfilter(801) Namespace::enum2;
|
||||
|
||||
// Tests SWIG's automatic exception mechanism
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue