bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] stddef: work around GCC 14 stddef.h bugs


From: Paul Eggert
Subject: Re: [PATCH 1/2] stddef: work around GCC 14 stddef.h bugs
Date: Wed, 1 May 2024 16:19:10 -0700
User-agent: Mozilla Thunderbird

On 2024-05-01 15:32, Bruno Haible wrote:
I tried another workaround, consisting of adding
   #undef __STDC_VERSION_STDDEF_H__
at the appropriate place, but then the Fedora 40 gcc gives a warning
about this #undef. Since neither the warning about the redefinition
nor the warning about the #undef can be silenced via
   #pragma GCC diagnostic ignored "-W..."
this approach did not work.

Yes, that was the workaround I tried first, and I rejected it for the same reason you did.

What a mess, huh?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]