--------------------- PatchSet 6196 Date: 2004/04/06 13:37:16 Author: rhorstmann Branch: icap-2_5 Tag: (none) Log: removed some compiler warnings Members: src/http.c:1.17.6.3.6.21->1.17.6.3.6.22 src/icap_respmod.c:1.1.2.31->1.1.2.32 src/protos.h:1.41.6.13.2.22->1.41.6.13.2.23 Index: squid/src/http.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/http.c,v retrieving revision 1.17.6.3.6.21 retrieving revision 1.17.6.3.6.22 diff -u -r1.17.6.3.6.21 -r1.17.6.3.6.22 --- squid/src/http.c 2 Mar 2004 07:01:19 -0000 1.17.6.3.6.21 +++ squid/src/http.c 6 Apr 2004 13:37:16 -0000 1.17.6.3.6.22 @@ -1,6 +1,6 @@ /* - * $Id: http.c,v 1.17.6.3.6.21 2004/03/02 07:01:19 rhorstmann Exp $ + * $Id: http.c,v 1.17.6.3.6.22 2004/04/06 13:37:16 rhorstmann Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -1194,7 +1194,7 @@ int fd = fwd->server_fd; HttpStateData *httpState; request_t *proxy_req; - ErrorState *err; + /* ErrorState *err; */ request_t *orig_req = fwd->request; debug(11, 3) ("httpStart: \"%s %s\"\n", RequestMethodStr[orig_req->method], Index: squid/src/icap_respmod.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap_respmod.c,v retrieving revision 1.1.2.31 retrieving revision 1.1.2.32 diff -u -r1.1.2.31 -r1.1.2.32 --- squid/src/icap_respmod.c 14 Jan 2004 08:23:21 -0000 1.1.2.31 +++ squid/src/icap_respmod.c 6 Apr 2004 13:37:16 -0000 1.1.2.32 @@ -1,6 +1,6 @@ /* - * $Id: icap_respmod.c,v 1.1.2.31 2004/01/14 08:23:21 rhorstmann Exp $ + * $Id: icap_respmod.c,v 1.1.2.32 2004/04/06 13:37:16 rhorstmann Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -150,7 +150,7 @@ void -icapSendRespMod(IcapStateData * icap, void *buf, int len, int theEnd) +icapSendRespMod(IcapStateData * icap, char *buf, int len, int theEnd) { MemBuf mb; #if ICAP_PREVIEW Index: squid/src/protos.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/protos.h,v retrieving revision 1.41.6.13.2.22 retrieving revision 1.41.6.13.2.23 diff -u -r1.41.6.13.2.22 -r1.41.6.13.2.23 --- squid/src/protos.h 2 Mar 2004 07:01:20 -0000 1.41.6.13.2.22 +++ squid/src/protos.h 6 Apr 2004 13:37:16 -0000 1.41.6.13.2.23 @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.41.6.13.2.22 2004/03/02 07:01:20 rhorstmann Exp $ + * $Id: protos.h,v 1.41.6.13.2.23 2004/04/06 13:37:16 rhorstmann Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1376,7 +1376,7 @@ * icap_respmod.c */ IcapStateData *icapRespModStart(icap_service_t, request_t *, StoreEntry *, http_state_flags); -void icapSendRespMod(IcapStateData *, void *, int, int); +void icapSendRespMod(IcapStateData *, char *, int, int); /* * icap_reqmod.c