summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2012-04-16 14:13:14 -0400
committerJeff Layton <jlayton@samba.org>2012-04-16 14:13:14 -0400
commitdc0dd017a856185422d2f3691062737a9e93ecae (patch)
treecb1aae134a53feb4783014bc8945f94aec347e03
parent730af950428eab6fd131b560a3ee41f4d5fbf405 (diff)
downloadcifs-utils-dc0dd017a856185422d2f3691062737a9e93ecae.tar.gz
cifs-utils-dc0dd017a856185422d2f3691062737a9e93ecae.tar.bz2
cifs-utils-dc0dd017a856185422d2f3691062737a9e93ecae.zip
automake: add -Werror to CFLAGS
With the recent patch to fix the warnings in asn1.c, cifs-utils now builds without any warnings. Ban them henceforth by adding -Werror for builds. Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 17ad8e1..d95142a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = -Wall -Wextra
+AM_CFLAGS = -Wall -Wextra -Werror
ACLOCAL_AMFLAGS = -I aclocal
root_sbindir = $(ROOTSBINDIR)