From: Eric Blake Date: Tue, 29 Nov 2011 22:01:22 +0000 (-0700) Subject: manywarnings: drop -Wunsuffixed-float-constants X-Git-Tag: v0.1~1393 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ad55efad1f1becad334f0fe50ba2ea420d7444ea;p=gnulib.git manywarnings: drop -Wunsuffixed-float-constants * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): C99 does not allow '1.0D', which is the only way to silence this warning for 'double'. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 15118d941..95d71fd39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-11-29 Eric Blake + + manywarnings: drop -Wunsuffixed-float-constants + * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): C99 does not allow + '1.0D', which is the only way to silence this warning for 'double'. + 2011-11-29 Jim Meyering hash: mark compute_bucket_size with the pure attribute diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 index 6e78c07d4..23bc61cbc 100644 --- a/m4/manywarnings.m4 +++ b/m4/manywarnings.m4 @@ -1,4 +1,4 @@ -# manywarnings.m4 serial 1 +# manywarnings.m4 serial 2 dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -171,7 +171,6 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC], -Wsuggest-attribute=noreturn \ -Wsuggest-attribute=pure \ -Wtrampolines \ - -Wunsuffixed-float-constants \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done