silence new leak warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8221 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
aca35dbcde
commit
170ba59d07
4 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
#include "example.h"
|
#include "example.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
#pragma SWIG nowarn=454
|
||||||
|
|
||||||
/* Some global variable declarations */
|
/* Some global variable declarations */
|
||||||
%inline %{
|
%inline %{
|
||||||
extern int ivar;
|
extern int ivar;
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
#include "example.h"
|
#include "example.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
#pragma SWIG nowarn=454
|
||||||
|
|
||||||
/* Some global variable declarations */
|
/* Some global variable declarations */
|
||||||
%inline %{
|
%inline %{
|
||||||
extern int ivar;
|
extern int ivar;
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
%{
|
%{
|
||||||
#include "example.h"
|
#include "example.h"
|
||||||
%}
|
%}
|
||||||
|
#pragma SWIG nowarn=454
|
||||||
|
|
||||||
/* Some global variable declarations */
|
/* Some global variable declarations */
|
||||||
%inline %{
|
%inline %{
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
#include "example.h"
|
#include "example.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
#pragma SWIG nowarn=454
|
||||||
|
|
||||||
/* Some global variable declarations */
|
/* Some global variable declarations */
|
||||||
%inline %{
|
%inline %{
|
||||||
extern int ivar;
|
extern int ivar;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue