add support for named warning codes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8249 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e36dae8e58
commit
3634df5e12
124 changed files with 671 additions and 281 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%module throw_exception
|
||||
|
||||
%warnfilter(801) Namespace::enum1;
|
||||
%warnfilter(801) Namespace::enum2;
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) Namespace::enum1;
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) Namespace::enum2;
|
||||
|
||||
// Tests SWIG's automatic exception mechanism
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue