You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1996/02/19 20:02:05 UTC

compiler warnings


cc: "mod_proxy.c", line 976: warning 604: Pointers are not assignment-compatible.
cc: "mod_proxy.c", line 976: warning 563: Argument #2 is not the correct type.


976:    MD5Update(&context, it, strlen(it));

-=-=-=-=-=

cc:  warning 475: Variable "i" declared in function "ftp_getrc" is not initialized before being used.


I suspect that's a bug.

=-=-=-=-=-



cc: "mod_cern_meta.c", line 264: warning 608: Illegal integer-pointer combination in assignment.

    last_slash = rindex( scrap_book, '/' );


-=-=-=-=-=-=