aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/template_specialization_defarg.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/template_specialization_defarg.i')
-rw-r--r--Examples/test-suite/template_specialization_defarg.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/test-suite/template_specialization_defarg.i b/Examples/test-suite/template_specialization_defarg.i
index 2f664c6f2..1216ab09c 100644
--- a/Examples/test-suite/template_specialization_defarg.i
+++ b/Examples/test-suite/template_specialization_defarg.i
@@ -1,5 +1,7 @@
%module template_specialization_defarg
+%warnfilter(SWIGWARN_TYPE_REDEFINED) C<double, double>; // note that warning is actually for the equivalent C<double.
+
%inline %{
template <class A, class B = double>