]> git.ipfire.org Git - thirdparty/squid.git/commit
Supercede b9076 & b9079: old compiler support
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 15 Jul 2008 11:42:48 +0000 (23:42 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 15 Jul 2008 11:42:48 +0000 (23:42 +1200)
commit1d5da0502376fd802d57f2d23b1cad06309ec52c
tree34ee1fc7213e9613bb8f28435203d743fefb3e20
parentfbff8927af5018d11d234d52c8ae7d26b87904ba
Supercede b9076 & b9079: old compiler support

Seems the (void) casting method indicated as the best method to fix
unused return warning does not actually work. :-(

Of the other approaches, I'm picking this one used previously by the
SuSE Linux port of Squid as the cleanest.
lib/util.c
src/StoreIOBuffer.h
src/comm.cc
src/tools.cc