summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2013-01-14 00:24:25 -0500
committerAndres Mejia <amejia004@gmail.com>2013-01-14 00:24:25 -0500
commitb1b8e7f79cfda91f7c50842f06a33b8b25fcb54e (patch)
tree83b26df9508fbd2f5d03bafedcdeff9003e59389 /Makefile.am
parent74cdb52c07a6bbfdfe18bfb24496a07505bfbb7a (diff)
downloadlibarchive-b1b8e7f79cfda91f7c50842f06a33b8b25fcb54e.tar.gz
Reenable developer CFLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ba06249..b222ab46 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)