summaryrefslogtreecommitdiff
path: root/Examples/test-suite/throw_exception.i
diff options
context:
space:
mode:
authorLyle Johnson <lyle.johnson@gmail.com>2004-08-24 13:47:31 +0000
committerLyle Johnson <lyle.johnson@gmail.com>2004-08-24 13:47:31 +0000
commit97add03e434a701bad9e301322c8fee8aecb85d3 (patch)
treec2132432a95c559df056166f99edcbf8569042ae /Examples/test-suite/throw_exception.i
parent4a49ed47f97e245bbb76a3e34876b41a07c820e3 (diff)
downloadswig-97add03e434a701bad9e301322c8fee8aecb85d3.tar.gz
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
Diffstat (limited to 'Examples/test-suite/throw_exception.i')
-rw-r--r--Examples/test-suite/throw_exception.i3
1 files changed, 3 insertions, 0 deletions
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 %{