Browse Source

COMP: Remove warning on icl

Andy Cedilnik 21 years ago
parent
commit
163919a569
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CTest/Curl/getdate.c

+ 1 - 1
Source/CTest/Curl/getdate.c

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