diff --git a/Examples/test-suite/features.i b/Examples/test-suite/features.i index 386b58b94..654739451 100644 --- a/Examples/test-suite/features.i +++ b/Examples/test-suite/features.i @@ -1,7 +1,6 @@ %module features -%warnfilter(365); -%warnfilter(503); +%warnfilter(503,365); // This testcase checks that %feature is working for templates and non user supplied constructors/destructors and is just generally working