aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/extend_constructor_destructor.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/extend_constructor_destructor.i')
-rw-r--r--Examples/test-suite/extend_constructor_destructor.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/extend_constructor_destructor.i b/Examples/test-suite/extend_constructor_destructor.i
index a0ab1a0f6..95b48a6c5 100644
--- a/Examples/test-suite/extend_constructor_destructor.i
+++ b/Examples/test-suite/extend_constructor_destructor.i
@@ -1,5 +1,8 @@
%module extend_constructor_destructor
+%warnfilter(SWIGWARN_PARSE_EXTEND_NAME) Space::tagCStruct;
+%warnfilter(SWIGWARN_PARSE_EXTEND_NAME) tagEStruct;
+
%inline %{
int globalVar = 0;