On 5/21/20 4:23 PM, Pádraig Brady wrote:

> I just use the default configure, which auto enables gcc warnings for git repo
> builds,
> and then build with:
>   make CFLAGS="-march=native -std=gnu11 -g -O3 -fanalyzer" WERROR_CFLAGS=

OK, so you're building with nonstandard warning options. In general we don't
support that sort of thing; although './configure --enable-gcc-warnings' is
supposed to pacify GCC we can't pacify all combinations of compiler options for
all compilers; that would be too much makework for too little benefit (and
sometimes impossible, as compilers can always be picking about something....).


Reply via email to