From 585d62ebb941d6d41d15f934c6ba6c03410f7889 Mon Sep 17 00:00:00 2001 From: Igal Date: Tue, 22 Aug 2017 23:13:54 -0700 Subject: [PATCH] added -Wno-int-in-bool-context instead of removing -Werror --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e35c41e6..1b5590ae 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ AC_SUBST(CORE_STATE_DIR) # default compiler flags # _GNU_SOURCE is defined to get c99 defines for lrint() -CFLAGS="$CFLAGS -O3 -Wall -D_GNU_SOURCE" +CFLAGS="$CFLAGS -O3 -Werror -Wall -Wno-int-in-bool-context -D_GNU_SOURCE" # debug flags #CFLAGS="$CFLAGS -g -Werror -Wall -D_GNU_SOURCE"