From 29f9d848e5787ac488463fd85161359542ac00c3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 15 May 2023 14:56:52 +0200 Subject: Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82283 . MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Pádraig Brady in . * m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Add -Wno-missing-field-initializers for GCC < 11. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9bf5a0d874..7c5f70d8e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-05-15 Bruno Haible + + Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82283 . + Reported by Pádraig Brady in + . + * m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Add + -Wno-missing-field-initializers for GCC < 11. + 2023-05-15 Bruno Haible gettimeofday, pthread-*, thread, thrd: Don't omit intended initializers. -- cgit v1.2.1