From: wessels <> Date: Thu, 11 Jun 1998 00:46:41 +0000 (+0000) Subject: compiler warnings X-Git-Tag: SQUID_3_0_PRE1~3142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74b7003b4696c5baa2b9b50d08a9604f0005aabe;p=thirdparty%2Fsquid.git compiler warnings --- diff --git a/src/enums.h b/src/enums.h index 595d207bb6..490bb0993f 100644 --- a/src/enums.h +++ b/src/enums.h @@ -477,7 +477,7 @@ enum { REQ_REFRESH, REQ_USED_PROXY_AUTH, REQ_REDIRECTED, - REQ_NOCACHE_HACK, /* for changing no-cache requests into IMS */ + REQ_NOCACHE_HACK /* for changing no-cache requests into IMS */ }; enum { diff --git a/src/structs.h b/src/structs.h index 239aefd711..c835532861 100644 --- a/src/structs.h +++ b/src/structs.h @@ -51,7 +51,7 @@ struct _acl_deny_info_list { #if USE_ARP_ACL struct _acl_arp_data { - unsigned char eth[6]; + char eth[6]; #ifndef USE_SPLAY_TREE acl_arp_data *next; #endif