remove more warnings, ICC
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6254 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
701d913fa9
commit
65540f6632
9 changed files with 18 additions and 18 deletions
|
|
@ -69,7 +69,7 @@ public:
|
|||
ReturnValuesTest() : int3(NULL) {}
|
||||
};
|
||||
|
||||
const int* globalRet1() {return &GlobalInt;};
|
||||
int* const globalRet2() {return &GlobalInt;};
|
||||
const int* globalRet1() {return &GlobalInt;}
|
||||
int* const globalRet2() {return &GlobalInt;}
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue