From 8dc0d0ce5c0fb0881e0f3111b6a23358069714ea Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 4 Jan 2015 20:53:35 +0100 Subject: [PATCH] configure.ac, add -Wno-unused-but-set-variable to our default gcc CFLAGS --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c30311dbe..85ec11547 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,7 @@ if test "x$ext_CFLAGS" != xyes; then fi if test "x$GCC" = xyes; then - CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion" + CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -Wno-unused-but-set-variable" fi fi