> On Dec 6, 2021, at 5:44 PM, Jeremie Courreges-Anglas <j...@wxcvbn.org> wrote:
> 
> On Sun, Dec 05 2021, Christian Weisgerber <na...@mips.inka.de> wrote:
>> I ran another amd64 bulk build with base clang updated to LLVM 13
>> and --allow-shlib-undefined as the default again (~patrick/llvm.v6).
>> I also put in a tentative fix for security/nss.
>> 
>> Failure logs:
>> http://build-failures.rhaalovely.net/amd64-clang/2021-12-04/
>> 
>> Triage:
> 
>> emulators/nono                  -Werror,-Wunused-but-set-variable
> 
> Looks as simple as dropping -Werror.  ok?


Why not make it a bit more precise and just add something like 
-Wno-unused-but-set-variable ? I guess it’s possible other types of warnings 
could be hit though…

Or better yet figure out if the code can be fixed or if the compiler is 
spitting out a false positive?

Either way ok on the original update to 0.2.4. 

Reply via email to