Hi,
when using the warnings module, after commit
5e22aee79f9d02ac37f40f1d18f5696114c3c3c9 also
-Walloc-size-larger-than=9223372036854775807 is added to the CFLAGS,
if supported (which seems the case with newer GCC versions). However,
the value is too big for 32bit architectures, so this will "bre
On Mon, Jul 31, 2017 at 02:15:16PM +0200, Pino Toscano wrote:
> Hi,
>
> when using the warnings module, after commit
> 5e22aee79f9d02ac37f40f1d18f5696114c3c3c9 also
> -Walloc-size-larger-than=9223372036854775807 is added to the CFLAGS,
> if supported (which seems the case with newer GCC versions).