Suppress warning 321 by default.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5572 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-12-16 03:43:51 +00:00
commit 6a6403d2bc

View file

@ -246,7 +246,7 @@ int SWIG_main(int argc, char *argv[], Language *l) {
/* Suppress warning messages for private inheritance, preprocessor evaluation,
might be abstract, and overloaded const */
Swig_warnfilter("202,309,403,512",1);
Swig_warnfilter("202,309,403,512,321",1);
// Initialize the preprocessor
Preprocessor_init();