silence warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8097 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a5566df2ef
commit
c23dd13d92
17 changed files with 22 additions and 11 deletions
|
|
@ -4,6 +4,8 @@ This testcase primarily test constant pointers, eg int* const. Only a getter is
|
|||
|
||||
%module constant_pointers
|
||||
|
||||
%warnfilter(454); /* memory leak when setting a ptr/ref variable */
|
||||
|
||||
%inline %{
|
||||
|
||||
int GlobalInt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue