From 2d3d39b527d14bc07306af4e26ba24b838c9a6ff Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Sat, 3 Sep 2016 16:33:40 +0200 Subject: Remove unnecessary compiler option '-Wno-type-limits' Signed-off-by: Thomas Zimmermann --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index b3126e3..ebfc098 100644 --- a/configure.ac +++ b/configure.ac @@ -1365,7 +1365,6 @@ dnl code and remove these flags. DISABLE_WARNINGS="$DISABLE_WARNINGS -Wno-suggest-attribute=format -Wno-suggest-attribute=noreturn - -Wno-type-limits -Wno-undef" dnl We are only calling this for its side-effect of setting up -- 2.7.4