fix unused variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8714 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
750c9c1efb
commit
c9ce8fcf52
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ Swig_overload_dispatch_cast(Node *n, const String_or_char *fmt, int *maxargs) {
|
|||
}
|
||||
Printf(f,"SWIG_TypeRank _ranki = 0;\n");
|
||||
Printf(f,"SWIG_TypeRank _rankm = 0;\n");
|
||||
Printf(f,"SWIG_TypeRank _pi = 1;\n",num_arguments);
|
||||
if (num_arguments) Printf(f,"SWIG_TypeRank _pi = 1;\n");
|
||||
|
||||
/* create a list with the wrappers that collide with the
|
||||
current one based on argument number */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue