mirror of https://github.com/swig/swig
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,6 +4,8 @@
|
|||
#include "example.h"
|
||||
%}
|
||||
|
||||
#pragma SWIG nowarn=454
|
||||
|
||||
/* Some global variable declarations */
|
||||
%inline %{
|
||||
extern int ivar;
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include "example.h"
|
||||
%}
|
||||
|
||||
#pragma SWIG nowarn=454
|
||||
|
||||
/* Some global variable declarations */
|
||||
%inline %{
|
||||
extern int ivar;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
#pragma SWIG nowarn=454
|
||||
|
||||
/* Some global variable declarations */
|
||||
%inline %{
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
#include "example.h"
|
||||
%}
|
||||
|
||||
#pragma SWIG nowarn=454
|
||||
|
||||
/* Some global variable declarations */
|
||||
%inline %{
|
||||
extern int ivar;
|
||||
|
|
Loading…
Reference in New Issue