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:
Marcelo Matus 2004-09-26 01:47:09 +00:00
commit b87d66bf68

View file

@ -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 */