hmmm, warnfilter(320) doesn't work. back to pragmas
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6270 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ce680838a6
commit
b87d66bf68
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,11 @@
|
|||
%warnfilter(801) vector<int>; /* Ruby, wrong class name */
|
||||
%warnfilter(801) vector<double>; /* Ruby, wrong class name */
|
||||
%warnfilter(801) vector<int (*)[10]>; /* Ruby, wrong class name */
|
||||
%warnfilter(320);
|
||||
|
||||
// This warnfilter doesn't work
|
||||
// %warnfilter(320);
|
||||
// back to pragma
|
||||
#pragma SWIG nowarn=-320
|
||||
|
||||
/* Let's just grab the original header file here */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue