diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2006-01-05 20:24:06 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2006-01-05 20:24:06 +0000 |
commit | 170ba59d07b87677b5fc8cc98ec8753a0b60a66d (patch) | |
tree | 5ae00125f0081270aaf97eb8b8606eda421afd28 /Examples/ruby/variables | |
parent | aca35dbcdee7e2b4f9cf33f37ee603600745f93a (diff) | |
download | swig-170ba59d07b87677b5fc8cc98ec8753a0b60a66d.tar.gz |
silence new leak warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8221 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/ruby/variables')
-rw-r--r-- | Examples/ruby/variables/example.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/ruby/variables/example.i b/Examples/ruby/variables/example.i index 591b871ed..6accc10e9 100644 --- a/Examples/ruby/variables/example.i +++ b/Examples/ruby/variables/example.i @@ -3,6 +3,7 @@ %{ #include "example.h" %} +#pragma SWIG nowarn=454 /* Some global variable declarations */ %inline %{ |