From: Tim Kientzle Date: Wed, 20 Jan 2010 05:47:53 +0000 (-0500) Subject: Make the policy for -Werror/-Wall here a little clearer. X-Git-Tag: v3.0.0a~1304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0380c9760089a9a0d768cc14fe94ed8548ceb840;p=thirdparty%2Flibarchive.git Make the policy for -Werror/-Wall here a little clearer. SVN-Revision: 1839 --- diff --git a/Makefile.am b/Makefile.am index 07d459e46..88cea1570 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)