]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove -Werror for production release.
authorTim Kientzle <kientzle@gmail.com>
Mon, 7 Dec 2009 00:19:28 +0000 (19:19 -0500)
committerTim Kientzle <kientzle@gmail.com>
Mon, 7 Dec 2009 00:19:28 +0000 (19:19 -0500)
SVN-Revision: 1717

Makefile.am

index 1a03926137bde885bac93cd133d3ae96ad13e49d..a4e378e8541b87f93dc391d4f70f0fc9edadab0a 100644 (file)
@@ -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