fix warnings/errors for gcc4.0, icc and valgrind
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7689 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cc9f9be00f
commit
8bcc0bf8eb
12 changed files with 24 additions and 65 deletions
|
|
@ -11,8 +11,6 @@
|
|||
|
||||
A(int v): val(v)
|
||||
{
|
||||
int a = 2;
|
||||
a += (a +=1 ) = 5;
|
||||
}
|
||||
|
||||
A& operator+=(int v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue