]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
libarchive 3.3 development, restore DEV_CFLAGS
authorMartin Matuska <martin@matuska.org>
Tue, 25 Oct 2016 22:02:29 +0000 (00:02 +0200)
committerMartin Matuska <martin@matuska.org>
Tue, 25 Oct 2016 22:02:29 +0000 (00:02 +0200)
Makefile.am

index 5fe2d4947e64425e73bf56e783ab5caa00bde087..54e915fd26d05044e8726f3ec22867775c2d5f60 100644 (file)
@@ -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)