]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Make the policy for -Werror/-Wall here a little clearer.
authorTim Kientzle <kientzle@gmail.com>
Wed, 20 Jan 2010 05:47:53 +0000 (00:47 -0500)
committerTim Kientzle <kientzle@gmail.com>
Wed, 20 Jan 2010 05:47:53 +0000 (00:47 -0500)
SVN-Revision: 1839

Makefile.am

index 07d459e463598b6590ecd346480476770a55bf65..88cea157062614f98da69ae61efecfdfee0fdb6f 100644 (file)
@@ -21,9 +21,8 @@ TESTS= libarchive_test $(bsdtar_test_programs) $(bsdcpio_test_programs)
 TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT)
 # Always build and test both bsdtar and bsdcpio as part of 'distcheck'
 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.
+# The next line is commented out by default in shipping libarchive releases.
+# It is uncommented by default in trunk.
 AM_CFLAGS=-Wall -Werror
 PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@
 AM_CPPFLAGS=$(PLATFORMCPPFLAGS)