]> git.ipfire.org Git - thirdparty/squid.git/commit - src/peer_digest.cc
Bug #1244: Squid-3.0 compilation problems with gcc-4.0
authorserassio <>
Fri, 3 Jun 2005 21:24:14 +0000 (21:24 +0000)
committerserassio <>
Fri, 3 Jun 2005 21:24:14 +0000 (21:24 +0000)
commit1f14022791219c2c6b558f6b1c58722f212a8cc1
treee9f3d30cf3f6139ff2e867747947551300fa5cd1
parente2b35d089fc2121adfd878c7479b1467f3e72b12
Bug #1244: Squid-3.0 compilation problems with gcc-4.0

This patch fixes inlining optimization problems with gcc4.
For some functions (peerDigestSwapInHeaders(),
peerDigestSwapInCBlock() and peerDigestSwapInMask()) is not
possible any workaround without big changes, so the function
scope must be changed from static to global.
src/ESI.cc
src/cache_cf.cc
src/peer_digest.cc