From: Andres Mejia Date: Sat, 9 Feb 2013 18:45:18 +0000 (-0500) Subject: Reenable developer cflags. X-Git-Tag: v3.1.900a~360^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94a49b188ab872d851f9e11811b755b4a00b551d;p=thirdparty%2Flibarchive.git Reenable developer cflags. --- diff --git a/Makefile.am b/Makefile.am index 3fa2d22b6..57efe7916 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio COMMON_CFLAGS=-Wall -Wformat -Wformat-security # 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 +DEV_CFLAGS=-Werror -Wextra -Wunused -Wshadow -Wmissing-prototypes -Wcast-qual AM_CFLAGS=$(COMMON_CFLAGS) $(DEV_CFLAGS) PLATFORMCPPFLAGS = @PLATFORMCPPFLAGS@ AM_CPPFLAGS=$(PLATFORMCPPFLAGS)