Compiler warnings.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4620 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
720010558a
commit
d41ab208df
3 changed files with 6 additions and 5 deletions
|
|
@ -1919,8 +1919,8 @@ CHICKEN::singleSearch(const char *typemap, char *argname,
|
|||
SwigType *searchClass)
|
||||
{
|
||||
String *tm;
|
||||
char *source = "$input";
|
||||
char *target = "$1";
|
||||
char *source = (char*)"$input";
|
||||
char *target = (char*)"$1";
|
||||
/* search for search-class typemap */
|
||||
SwigType *type = Copy(searchClass);
|
||||
SwigType_add_pointer(type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue