Suppress testcase warning
This commit is contained in:
parent
ea634d54a5
commit
ae6782ea34
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
%module scilab_pointer_conversion_functions
|
||||
|
||||
%warnfilter(SWIGWARN_TYPEMAP_SWIGTYPELEAK_MSG) pfoo; /* Setting a pointer/reference variable may leak memory. */
|
||||
|
||||
%inline %{
|
||||
|
||||
void* getNull() { return NULL; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue