]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove developer cflags.
authorAndres Mejia <amejia004@gmail.com>
Sat, 9 Feb 2013 17:11:03 +0000 (12:11 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 9 Feb 2013 17:11:03 +0000 (12:11 -0500)
Makefile.am

index 57efe7916d0aa5c1ca00155e4b9edbb8a7c5d64f..3fa2d22b6de6cc5e288417f76e2d08538a3c0069 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)