*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5571 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
686a6323c6
commit
541803fdf9
2 changed files with 3 additions and 2 deletions
|
|
@ -282,6 +282,7 @@ the input file to fix the problem.
|
|||
<li>318. Instantiation of template <em>name</em> is ambiguous. Using <em>templ</em> at <em>file</em>:<em>line</em>
|
||||
<li>319. No access specifier given for base class <em>name</em> (ignored).
|
||||
<li>320. Explicit template instantiation ignored.
|
||||
<li>321. <em>identifier</em> conflicts with a built-in name.
|
||||
<li>350. operator new ignored.
|
||||
<li>351. operator delete ignored.
|
||||
<li>352. operator+ ignored.
|
||||
|
|
@ -415,4 +416,4 @@ The ability to control warning messages was first added to SWIG-1.3.12.
|
|||
<p><hr>
|
||||
<address>SWIG 1.3 - Last Modified : June 28, 2003</address>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue