summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-11-29 15:01:22 -0700
committerEric Blake <eblake@redhat.com>2011-11-29 15:02:58 -0700
commitad55efad1f1becad334f0fe50ba2ea420d7444ea (patch)
tree90717293ada4d4c9693994c7cabb82c4af541b5f /ChangeLog
parent908690cb743e69c73b42ae310807b29800c8764b (diff)
downloadgnulib-ad55efad1f1becad334f0fe50ba2ea420d7444ea.tar.gz
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>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15118d9419..95d71fd39e 100644
--- 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