[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-365-gb8a90e53e
Jonathan Boeing
jonathan at claws-mail.org
Mon Nov 29 16:25:59 CET 2021
On Mon, 29 Nov 2021 10:35:27 -0000
Paul <paul at claws-mail.org> wrote:
> Hi Jonathan,
>
> On Mon, 29 Nov 2021 07:26:43 +0000 (UTC)
> jonathan at claws-mail.org wrote:
>
> > -CFLAGS="-Wall -Werror"
> > +CFLAGS="-Wformat -Werror"
>
> Any particular reason for committing this change?
It's to make the AC_COMPILE_IFELSE test more resilient against
potential changes in compiler behavior.
The test is for a size mismatch warning between time_t and %lld, so
using -Wformat directly guards against false positives from the rest of
the -Wall options.
Regards,
Jonathan
More information about the Commits
mailing list