Re: bogus -Wnull-dereference warning

Paul Eggert <[email protected]> Mon, 2 Dec 2024 12:00:38 -0800
Newsgroups gmane.comp.gnu.m4.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 2024-08-19 18:32, Bruno Haible wrote:


> What can we do about it? I don't find it adequate to change the logic of
> the function 'make_room_for'. Usually we
>    - disable a warning option completely if it generates nearly only false
>      alarms,
>    - disable a warning option for a certain compilation unit, to work around
>      specific false alarms.
> 
> Here we are in the second case. Here's a proposed patch.

Thanks, I finally got around to installing that into m4.