Compiler warnings.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4620 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-03-23 20:44:52 +00:00
commit d41ab208df
3 changed files with 6 additions and 5 deletions

View file

@ -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);