summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-10-18 20:42:56 +0200
committerBruno Haible <bruno@clisp.org>2020-10-18 20:42:56 +0200
commite9297956ae0e5dc350fea999e42365fa21a48c30 (patch)
tree7342bab1b7189d7454fbfe6b4080b7952803370c /ChangeLog
parent927f2357d80dbe44e6e9cbca8786b0fa3094c2f3 (diff)
downloadgnulib-e9297956ae0e5dc350fea999e42365fa21a48c30.tar.gz
time: Fix warning about asctime when asctime is not used.
* lib/time.in.h (asctime_r, ctime, ctime_r): Fix _GL_WARN_ON_USE invocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df3eabfefd..f6705c65e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-10-18 Bruno Haible <bruno@clisp.org>
+ time: Fix warning about asctime when asctime is not used.
+ * lib/time.in.h (asctime_r, ctime, ctime_r): Fix _GL_WARN_ON_USE
+ invocation.
+
+2020-10-18 Bruno Haible <bruno@clisp.org>
+
*-list, *-oset, *-omap: Avoid a GCC warning (regression 2020-10-10).
* lib/gl_anylinked_list2.h (gl_linked_iterator_free): Remove
'_GL_ATTRIBUTE_CONST'.