swig/Source/Include
Marcelo Matus 74d6f1eb43 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/SWIG@5634 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-01-15 08:16:53 +00:00
..
.cvsignore swigconfig.h.in is a generated file. Removing from CVS. 2002-12-23 22:58:16 +00:00
swigwarn.h Added the warning code 2004-01-15 08:16:53 +00:00