From 5caa1d3660083bf7174a28700fbdcb15da61d5fa Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sat, 31 Dec 2005 10:47:02 +0000 Subject: [PATCH] silence warns in ruby git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8156 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/enum_thorough.i | 1 + 1 file changed, 1 insertion(+) 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;