Blame SOURCES/varnish-4.0.3_fix_Werror_el6.patch

f9e5b4
--- configure.old	2015-03-05 13:20:10.546649666 +0100
f9e5b4
+++ configure	2015-03-05 13:20:14.099663485 +0100
f9e5b4
@@ -16794,7 +16794,7 @@
f9e5b4
 # The reason for -Wno-error=unused-result is a glibc/gcc interaction
f9e5b4
 # idiocy where write is marked as warn_unused_result, causing build
f9e5b4
 # failures.
f9e5b4
-CFLAGS="${CFLAGS} -Wall -Werror"
f9e5b4
+#CFLAGS="${CFLAGS} -Wall -Werror"
f9e5b4
 OCFLAGS="${OCFLAGS} -Wall -Werror"
f9e5b4
 as_CACHEVAR=`$as_echo "ax_cv_check_cflags__-Werror=unused-result" | $as_tr_sh`
f9e5b4
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Werror=unused-result" >&5