summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-17 22:43:28 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-17 22:43:28 +0000
commit94e141cbd04f0618d1a031d8a0f4f25e5f8c8861 (patch)
treeb0b7c2ce5fada31ed3737e499991fc0e1b579ce0 /Examples/test-suite/preproc.i
parent0913f41fb436fdc82ccd24ac92c4d60b089fe74f (diff)
downloadswig-94e141cbd04f0618d1a031d8a0f4f25e5f8c8861.tar.gz
Warning suppression
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12468 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/preproc.i')
-rw-r--r--Examples/test-suite/preproc.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/test-suite/preproc.i b/Examples/test-suite/preproc.i
index fec4daeba..e052bff28 100644
--- a/Examples/test-suite/preproc.i
+++ b/Examples/test-suite/preproc.i
@@ -6,8 +6,10 @@
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) __GMP_HAVE_CONST; /* Ruby, wrong constant name */
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) __GMP_HAVE_PROTOTYPES; /* Ruby, wrong constant name */
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) __GMP_HAVE_TOKEN_PASTE; /* Ruby, wrong constant name */
+%warnfilter(SWIGWARN_RUBY_WRONG_NAME) __GMP_HAVE_TOKEN_PASTE; /* Ruby, wrong constant name */
#pragma SWIG nowarn=890 /* lots of Go name conflicts */
+#pragma SWIG nowarn=206 /* Unexpected tokens after #endif directive. */
/* check __cplusplus case */
%header