aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/template_typemaps_typedef.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/template_typemaps_typedef.i')
-rw-r--r--Examples/test-suite/template_typemaps_typedef.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/template_typemaps_typedef.i b/Examples/test-suite/template_typemaps_typedef.i
index 022fe884f..44c485dfb 100644
--- a/Examples/test-suite/template_typemaps_typedef.i
+++ b/Examples/test-suite/template_typemaps_typedef.i
@@ -2,6 +2,10 @@
// Similar to template_typedef_class_template
// Testing typemaps of a typedef of a nested class in a template and where the template uses default parameters
+#ifdef SWIGOCAML
+%warnfilter(SWIGWARN_PARSE_KEYWORD) val;
+#endif
+
%inline %{
namespace Standard {
template <class T, class U > struct Pair {