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:
Marcelo Matus 2006-02-05 04:07:16 +00:00
commit c9ce8fcf52

View file

@ -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 */