summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-15 14:56:52 +0200
committerBruno Haible <bruno@clisp.org>2023-05-15 14:56:52 +0200
commit29f9d848e5787ac488463fd85161359542ac00c3 (patch)
treebac99a43a3adb59385e68412bc306873f3c71b37 /ChangeLog
parent3a70af2168910c6ad0d59924d276f831638a52e0 (diff)
downloadgnulib-29f9d848e5787ac488463fd85161359542ac00c3.tar.gz
Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82283 .
Reported by Pádraig Brady <P@draigBrady.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2023-05/msg00077.html>. * m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Add -Wno-missing-field-initializers for GCC < 11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bf5a0d874..7c5f70d8e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-05-15 Bruno Haible <bruno@clisp.org>
+ Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82283 .
+ Reported by Pádraig Brady <P@draigBrady.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2023-05/msg00077.html>.
+ * m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Add
+ -Wno-missing-field-initializers for GCC < 11.
+
+2023-05-15 Bruno Haible <bruno@clisp.org>
+
gettimeofday, pthread-*, thread, thrd: Don't omit intended initializers.
* lib/gettimeofday.c (gettimeofday): List the initializers of both
tv_sec and tv_usec.