[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nstrftime.c fails to build due to memset overflow
From: |
Bruno Haible |
Subject: |
Re: nstrftime.c fails to build due to memset overflow |
Date: |
Thu, 18 May 2023 23:50:29 +0200 |
Paul Eggert wrote:
> The goal here is software reliability not pacifying compilers
But when "gcc -Wall" reports 10 warnings to me, and I don't notice
that one of them is an actual bug because I mentally discard all of
them "oh these new warnings must all be false positives by gcc",
there is something wrong in the way I worked.
This happened to me today, with a full gnulib testdir.
Hence my wish to silence the gcc warnings in gnulib, on recent glibc
systems with recent gcc versions.
> or clang, or whatever.
I'm not talking about clang here. Clang produces tons of warnings, too
much to be useful for my average use.
Bruno