add support for named warning codes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8249 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6f0ac941e8
commit
89e7497ac6
124 changed files with 671 additions and 281 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// bool typemaps check
|
||||
%module bools
|
||||
%warnfilter(454); /* memory leak when setting a ptr/ref variable */
|
||||
%warnfilter(801) constbool; /* Ruby, wrong class name */
|
||||
%warnfilter(SWIGWARN_TYPEMAP_SWIGTYPELEAK); /* memory leak when setting a ptr/ref variable */
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) constbool; /* Ruby, wrong class name */
|
||||
|
||||
// bool constant
|
||||
%constant bool constbool=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue