]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Reenable developer CFLAGS.
authorAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 05:24:25 +0000 (00:24 -0500)
committerAndres Mejia <amejia004@gmail.com>
Mon, 14 Jan 2013 05:24:25 +0000 (00:24 -0500)
Makefile.am

index 2ba06249b1a6ec023dfb1f641fb19bec41e45e06..b222ab465c129b8f821e9dad10fd072eba4fb345 100644 (file)
@@ -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)