From: Eric Blake Date: Tue, 29 Nov 2011 23:16:45 +0000 (-0700) Subject: build: simplify warnings based on last gnulib update X-Git-Tag: v8.15~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b7b7708e3767050a433e7e443861e1ecc3a150;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/configure.ac b/configure.ac index 8c4fff44f9..9ca2ce4663 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