compiler warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4555 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
02af18bd87
commit
f162c1b644
4 changed files with 0 additions and 4 deletions
|
|
@ -210,7 +210,6 @@ String *method_decl(SwigType *s, const String_or_char *id, List *args, int strip
|
|||
} else if (SwigType_isfunction(element)) {
|
||||
Parm *parm;
|
||||
String *p;
|
||||
int j, plen;
|
||||
Append(result,"(");
|
||||
parm = args;
|
||||
while (parm != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue