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
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
%module name
|
||||
|
||||
#pragma SWIG nowarn=121 // %name is deprecated. Use %rename instead.
|
||||
#pragma SWIG nowarn=SWIGWARN_DEPRECATED_NAME // %name is deprecated. Use %rename instead.
|
||||
|
||||
#ifdef SWIGGUILE
|
||||
%rename foo_1 "foo-2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue