From 97add03e434a701bad9e301322c8fee8aecb85d3 Mon Sep 17 00:00:00 2001 From: Lyle Johnson Date: Tue, 24 Aug 2004 13:47:31 +0000 Subject: [PATCH] Use %warnfilter to filter out a few warnings from the Ruby module about constants whose names begin with lowercase letters. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6130 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/throw_exception.i | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples/test-suite/throw_exception.i b/Examples/test-suite/throw_exception.i index a67ce5c6d..c43477e2b 100644 --- a/Examples/test-suite/throw_exception.i +++ b/Examples/test-suite/throw_exception.i @@ -1,5 +1,8 @@ %module throw_exception +%warnfilter(801) Namespace::enum1; +%warnfilter(801) Namespace::enum2; + // Tests SWIG's automatic exception mechanism %inline %{