summaryrefslogtreecommitdiff
path: root/Examples/test-suite/wrapmacro.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/wrapmacro.i')
-rw-r--r--Examples/test-suite/wrapmacro.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/wrapmacro.i b/Examples/test-suite/wrapmacro.i
index bd5e48b15..4d2cd67be 100644
--- a/Examples/test-suite/wrapmacro.i
+++ b/Examples/test-suite/wrapmacro.i
@@ -1,7 +1,7 @@
%module wrapmacro
#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
/* Testing technique for wrapping macros */