summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-03-03 07:48:40 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-03-03 07:49:03 -0800
commit4fed9c82b55b815f6e2afacb88999e403fb3117d (patch)
treeb5369071248d510074ae253843bb7e55b321cd9f /ChangeLog
parentecc5d3e148115ba09409139d4d6db810b5a270aa (diff)
downloadgnulib-4fed9c82b55b815f6e2afacb88999e403fb3117d.tar.gz
vasnprintf: pacify clang 3.5.0
Problem reported by Werner Lemberg in: http://lists.gnu.org/archive/html/bug-gnulib/2015-03/msg00000.html * lib/vasnprintf.c (VASNPRINTF): Omit casts that clang objects to. The casts aren't needed, since the characters in question are ASCII.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86bab1664b..2d3db72006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ vasnprintf: pacify clang 3.5.0
+ Problem reported by Werner Lemberg in:
+ http://lists.gnu.org/archive/html/bug-gnulib/2015-03/msg00000.html
+ * lib/vasnprintf.c (VASNPRINTF): Omit casts that clang objects to.
+ The casts aren't needed, since the characters in question are ASCII.
+
2015-02-24 Paul Eggert <eggert@cs.ucla.edu>
glob, etc.: port to MSVC v18 on MS-Windows 8.1