Comment 2 for bug 248318

Revision history for this message
Michael Bienia (geser) wrote :

I've applied that patch on squid3 3.0.STABLE7-1 (taken from Debian unstable) and tried to build it in Ubuntu intrepid. Unfortunately it still fails to build with the same error (I checked that the patch got really applied):

cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/usr/include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -D_REENTRANT -m64 -g -O2 -g -Wall -O2 -c util.c
cc1: warnings being treated as errors
util.c: In function 'default_failure_notify':
util.c:934: error: ignoring return value of 'write', declared with attribute warn_unused_result
util.c:935: error: ignoring return value of 'write', declared with attribute warn_unused_result
make[3]: *** [util.o] Error 1
make[3]: Leaving directory `/tmp/buildd/squid3-3.0.STABLE7/lib'