changeset 16133:a9ad59bfff25

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 <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Tue, 29 Nov 2011 15:01:22 -0700
parents 46ec538d9591
children 456f788a2768
files ChangeLog m4/manywarnings.m4
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-29  Eric Blake  <eblake@redhat.com>
+
+	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  <meyering@redhat.com>
 
 	hash: mark compute_bucket_size with the pure attribute
--- 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 @@
     -Wsuggest-attribute=noreturn \
     -Wsuggest-attribute=pure \
     -Wtrampolines \
-    -Wunsuffixed-float-constants \
     ; do
     gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item"
   done