From: Tim Kientzle Date: Mon, 7 Dec 2009 00:19:28 +0000 (-0500) Subject: Remove -Werror for production release. X-Git-Tag: v2.8.0~102^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0d363a56b46c19f88c02f9f5b9682e7dee309b;p=thirdparty%2Flibarchive.git Remove -Werror for production release. SVN-Revision: 1717 --- diff --git a/Makefile.am b/Makefile.am index 1a0392613..a4e378e85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,8 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio # Especially for early development, we want to be a little # aggressive about diagnosing build problems; this can get # relaxed somewhat in final shipping versions. -AM_CFLAGS=-Wall -Werror +#AM_CFLAGS=-Wall -Werror +AM_CFLAGS=-Wall # # What to include in the distribution