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:
parent
b459405a64
commit
6a6403d2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue