From 92b7b7708e3767050a433e7e443861e1ecc3a150 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 29 Nov 2011 16:16:45 -0700 Subject: [PATCH] build: simplify warnings based on last gnulib update We no longer need to exclude this warning. * configure.ac (WARN_CFLAGS): Gnulib dropped -Wunsuffixed-float-constants, as non-portable. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c4fff44f..9ca2ce466 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,6 @@ if test "$gl_gcc_warnings" = yes; then gl_WARN_ADD([-Wsuggest-attribute=const]) gl_WARN_ADD([-Wsuggest-attribute=noreturn]) gl_WARN_ADD([-Wno-format-nonliteral]) - gl_WARN_ADD([-Wno-unsuffixed-float-constants]) # Enable this warning only with gcc-4.7 and newer. With 4.6.2 20111027, # it suggests test.c's advance function may be pure, even though it -- 2.11.4.GIT