summaryrefslogtreecommitdiff
path: root/Examples/test-suite/template_explicit.i
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2004-09-26 01:14:49 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2004-09-26 01:14:49 +0000
commit15a5e3976f8636f55dc8b71e41f6ad200ff8361e (patch)
treecdcf24f260f156c51c796b98289d5fa602799817 /Examples/test-suite/template_explicit.i
parentc3f519f67de44520ccf3f2de03813cbf029ef738 (diff)
downloadswig-15a5e3976f8636f55dc8b71e41f6ad200ff8361e.tar.gz
CHANGES.current
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6269 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/template_explicit.i')
-rw-r--r--Examples/test-suite/template_explicit.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/template_explicit.i b/Examples/test-suite/template_explicit.i
index 0ef7cea53..252aae012 100644
--- a/Examples/test-suite/template_explicit.i
+++ b/Examples/test-suite/template_explicit.i
@@ -4,7 +4,7 @@
%warnfilter(801) vector<int>; /* Ruby, wrong class name */
%warnfilter(801) vector<double>; /* Ruby, wrong class name */
%warnfilter(801) vector<int (*)[10]>; /* Ruby, wrong class name */
-#pragma SWIG nowarn=320
+%warnfilter(320);
/* Let's just grab the original header file here */