COMP: Remove warning on icl

This commit is contained in:
Andy Cedilnik 2004-10-26 10:25:58 -04:00
parent d6c7de2c13
commit 163919a569
1 changed files with 1 additions and 1 deletions

View File

@ -2371,7 +2371,7 @@ curl_getdate (const char *p, const time_t *now)
cookie.yyHaveTime = 0;
cookie.yyHaveZone = 0;
if (yyparse (&cookie)
if (yyparse ((void*)&cookie)
|| cookie.yyHaveTime > 1 || cookie.yyHaveZone > 1 ||
cookie.yyHaveDate > 1 || cookie.yyHaveDay > 1)
return -1;