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 %{