From 783304c164708a1a8b0c03eb528eaefc7b847e20 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Wed, 5 Aug 2020 23:07:48 -0400 Subject: [PATCH] Turn on -Werror --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a54164..5605ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AM_CONDITIONAL(SQL, test x$sql = xtrue) AC_SUBST(SQL) AC_SUBST(LFLAGS) -CFLAGS="$CFLAGS -Wall -Wstrict-prototypes" +CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Werror" AS_CASE([$host], [*mingw*|*cygwin*], [LDFLAGS="$LDFLAGS -no-undefined"], []) AS_CASE([$host],