]> git.ipfire.org Git - thirdparty/squid.git/commit
Compiler support: fix cc compiler complaints about function results
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 11 Jul 2008 10:35:53 +0000 (04:35 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 11 Jul 2008 10:35:53 +0000 (04:35 -0600)
commit0cbef577d4266a55ebff705138e02d165734bb42
tree08f329da49e78208cab056d56de1d108a3436620
parent2a4b3aa8a2d20e4e553b5179902b9965c8c551a0
Compiler support: fix cc compiler complaints about function results

Fixes warnings produced by cc compiler about unused function
results. gcc ignores these.

This patch is to fix package generation on Ubuntu. By the looks
of it SuSE linux, Fedora Core, and RedHat also benefit.
lib/util.c
src/StoreIOBuffer.h
src/comm.cc
src/tools.cc