From: wessels <> Date: Wed, 15 Jul 1998 05:58:08 +0000 (+0000) Subject: warnings X-Git-Tag: SQUID_3_0_PRE1~3082 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718644fff11279765a8a6a8732ddae10b08f8c31;p=thirdparty%2Fsquid.git warnings --- diff --git a/src/access_log.cc b/src/access_log.cc index 6f099423fd..1160c7b42c 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,7 +1,7 @@ /* - * $Id: access_log.cc,v 1.33 1998/06/02 04:18:15 wessels Exp $ + * $Id: access_log.cc,v 1.34 1998/07/14 23:58:08 wessels Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -107,8 +107,10 @@ static const char c2x[] = static char * log_quote(const char *header) { - int c, i; - char *buf, *buf_cursor; + int c; + int i; + char *buf; + char *buf_cursor; if (header == NULL) { buf = xcalloc(1, 1); *buf = '\0';