From 0380c9760089a9a0d768cc14fe94ed8548ceb840 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 20 Jan 2010 00:47:53 -0500 Subject: [PATCH] Make the policy for -Werror/-Wall here a little clearer. SVN-Revision: 1839 --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.47.3