1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Jakub Adam <jakub.adam@ktknet.cz>
Date: Fri, 13 Jun 2014 08:37:18 +0200
Subject: cflags-remove-Wundef
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0b557f1..4416545 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,6 @@ AS_IF([test "x$enable_quality_check" = xyes],
"-Wmissing-prototypes" \
"-Wnested-externs" \
"-Wpointer-arith" \
- "-Wundef" \
"-Wunused-but-set-variable" \
; do
ac_save_CFLAGS="$CFLAGS"
|