diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html index 0b6253dec..add021f10 100644 --- a/Doc/Manual/Warnings.html +++ b/Doc/Manual/Warnings.html @@ -282,6 +282,7 @@ the input file to fix the problem.
  • 318. Instantiation of template name is ambiguous. Using templ at file:line
  • 319. No access specifier given for base class name (ignored).
  • 320. Explicit template instantiation ignored. +
  • 321. identifier conflicts with a built-in name.
  • 350. operator new ignored.
  • 351. operator delete ignored.
  • 352. operator+ ignored. @@ -415,4 +416,4 @@ The ability to control warning messages was first added to SWIG-1.3.12.


    SWIG 1.3 - Last Modified : June 28, 2003
    - \ No newline at end of file + diff --git a/Lib/java/javakw.swg b/Lib/java/javakw.swg index 0dfd44353..4ccbbc9f4 100644 --- a/Lib/java/javakw.swg +++ b/Lib/java/javakw.swg @@ -62,7 +62,7 @@ JAVAKW(while); /* others bad names */ /* Not really sure about this, but sometimes it produce problems */ -// %namewarn("315:clone is a java bad method name") *::clone; +// %namewarn("321:clone is a java bad method name") *::clone; #undef JAVAKW