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:
William S Fulton 2010-10-03 15:08:03 +00:00
parent 70c9dc5dcc
commit 378ce60b49
1 changed files with 1 additions and 1 deletions

View File

@ -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 */