Removed compiler warning.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@665 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f470aa1067
commit
3c19492ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ SWIG_TypeRegister(_swig_type_info *ti)
|
|||
SWIGSTATICRUNTIME(_swig_type_info *)
|
||||
SWIG_TypeCheck(char *c, _swig_type_info *ty)
|
||||
{
|
||||
_swig_type_info *s, *temp2;
|
||||
_swig_type_info *s;
|
||||
if (!ty) return 0; /* Void pointer */
|
||||
s = ty->next; /* First element always just a name */
|
||||
while (s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue