diff --git a/SWIG/Examples/test-suite/enum_thorough.i b/SWIG/Examples/test-suite/enum_thorough.i index fb11ca668..04d5ccf5a 100644 --- a/SWIG/Examples/test-suite/enum_thorough.i +++ b/SWIG/Examples/test-suite/enum_thorough.i @@ -1,6 +1,7 @@ %module "enum_thorough" // Suppress warning messages from the Ruby module for all of the following... +%warnfilter(801); %warnfilter(801) red; %warnfilter(801) blue; %warnfilter(801) green;