From 170ba59d07b87677b5fc8cc98ec8753a0b60a66d Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 5 Jan 2006 20:24:06 +0000 Subject: [PATCH] silence new leak warnings git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8221 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/perl5/variables/example.i | 2 ++ Examples/python/variables/example.i | 2 ++ Examples/ruby/variables/example.i | 1 + Examples/tcl/variables/example.i | 2 ++ 4 files changed, 7 insertions(+) diff --git a/Examples/perl5/variables/example.i b/Examples/perl5/variables/example.i index 591b871ed..1a1db2aba 100644 --- a/Examples/perl5/variables/example.i +++ b/Examples/perl5/variables/example.i @@ -4,6 +4,8 @@ #include "example.h" %} +#pragma SWIG nowarn=454 + /* Some global variable declarations */ %inline %{ extern int ivar; diff --git a/Examples/python/variables/example.i b/Examples/python/variables/example.i index 591b871ed..1a1db2aba 100644 --- a/Examples/python/variables/example.i +++ b/Examples/python/variables/example.i @@ -4,6 +4,8 @@ #include "example.h" %} +#pragma SWIG nowarn=454 + /* Some global variable declarations */ %inline %{ extern int ivar; 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 %{ diff --git a/Examples/tcl/variables/example.i b/Examples/tcl/variables/example.i index 591b871ed..1a1db2aba 100644 --- a/Examples/tcl/variables/example.i +++ b/Examples/tcl/variables/example.i @@ -4,6 +4,8 @@ #include "example.h" %} +#pragma SWIG nowarn=454 + /* Some global variable declarations */ %inline %{ extern int ivar;