Added the warning code
WARN_PARSE_REDUNDANT 322 similar to the g++ -Wredundant-decls flag. This recovers the warnings that now are not been reported by the original code WARN_PARSE_REDEFINED 302 Redundant example: int foo(int); int foo(int); Redefined example: int foo(int); double foo(int); git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5634 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
587ecadac7
commit
aa8b13473e
6 changed files with 63 additions and 25 deletions
|
|
@ -70,6 +70,8 @@
|
|||
#define WARN_PARSE_TEMPLATE_AMBIG 318
|
||||
#define WARN_PARSE_NO_ACCESS 319
|
||||
#define WARN_PARSE_EXPLICIT_TEMPLATE 320
|
||||
#define WARN_PARSE_BUILTIN_NAME 321
|
||||
#define WARN_PARSE_REDUNDANT 322
|
||||
|
||||
#define WARN_IGNORE_OPERATOR_NEW 350 /* new */
|
||||
#define WARN_IGNORE_OPERATOR_DELETE 351 /* delete */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue