From 7a61ebe71f7cadd54c68ea5fb0b33f6aee290aef Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 19 Jan 2017 09:11:46 -0800 Subject: [PATCH] Remove -Werror=declaration-after-statement. This partially resolves #536. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 99a69957..4a1168b0 100644 --- a/configure.ac +++ b/configure.ac @@ -239,7 +239,6 @@ if test "x$GCC" = "xyes" ; then fi fi JE_CFLAGS_ADD([-Wall]) - JE_CFLAGS_ADD([-Werror=declaration-after-statement]) JE_CFLAGS_ADD([-Wshorten-64-to-32]) JE_CFLAGS_ADD([-Wsign-compare]) JE_CFLAGS_ADD([-pipe])