Warning fix for Intel compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7029 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0aded2c565
commit
3b47914307
1 changed files with 1 additions and 1 deletions
|
|
@ -144,9 +144,9 @@ SwigType *NewSwigType(int t) {
|
|||
return NewString("void");
|
||||
break;
|
||||
default :
|
||||
return NewString("");
|
||||
break;
|
||||
}
|
||||
return NewString("");
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue