From: serassio <> Date: Sat, 14 Oct 2006 19:34:29 +0000 (+0000) Subject: Bug #1778: Build error on Irix using SGI MipsPRO compiler X-Git-Tag: SQUID_3_0_PRE5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82863e5f30548df028089d19c815fd9f72d37baf;p=thirdparty%2Fsquid.git Bug #1778: Build error on Irix using SGI MipsPRO compiler Single bit field must be unsigned --- diff --git a/src/StoreIOBuffer.h b/src/StoreIOBuffer.h index da1c2456a7..180596663e 100644 --- a/src/StoreIOBuffer.h +++ b/src/StoreIOBuffer.h @@ -1,6 +1,6 @@ /* - * $Id: StoreIOBuffer.h,v 1.5 2005/11/21 23:14:22 wessels Exp $ + * $Id: StoreIOBuffer.h,v 1.6 2006/10/14 13:34:29 serassio Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -75,7 +75,7 @@ public: struct { -int error: +unsigned error: 1; }