mirror of https://github.com/swig/swig
Lua warning fix since previous commit changed max to maximum
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12242 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
70c9dc5dcc
commit
378ce60b49
|
@ -1,7 +1,7 @@
|
||||||
%module wrapmacro
|
%module wrapmacro
|
||||||
|
|
||||||
#ifdef SWIGLUA // lua only has one numeric type, so some overloads shadow each other creating warnings
|
#ifdef SWIGLUA // lua only has one numeric type, so some overloads shadow each other creating warnings
|
||||||
%warnfilter(SWIGWARN_LANG_OVERLOAD_SHADOW) SWIGMACRO_max;
|
%warnfilter(SWIGWARN_LANG_OVERLOAD_SHADOW) SWIGMACRO_maximum;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Testing technique for wrapping macros */
|
/* Testing technique for wrapping macros */
|
||||||
|
|
Loading…
Reference in New Issue