summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.