From: Martin Matuska Date: Tue, 25 Oct 2016 22:02:29 +0000 (+0200) Subject: libarchive 3.3 development, restore DEV_CFLAGS X-Git-Tag: v3.3.0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1ba2ce0a5ac41852c4f43abc2d3675e93b6fc0;p=thirdparty%2Flibarchive.git libarchive 3.3 development, restore DEV_CFLAGS --- diff --git a/Makefile.am b/Makefile.am index 5fe2d4947..54e915fd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ TESTS_ENVIRONMENT= $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $ DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio # The next line is commented out by default in shipping libarchive releases. # It is uncommented by default in trunk. -# DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g +DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual -g AM_CFLAGS=$(DEV_CFLAGS) PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@ AM_CPPFLAGS=$(PLATFORMCPPFLAGS)