From 1d0d363a56b46c19f88c02f9f5b9682e7dee309b Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sun, 6 Dec 2009 19:19:28 -0500 Subject: [PATCH] Remove -Werror for production release. SVN-Revision: 1717 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3