Closed jigpu closed 2 years ago
Is there a specific configuration that triggers it that I'm overlooking?
I failed in the CI pipelines, iirc it was clang with -Werror
Running into other errors in the Clang path as well. Guess I'll be making a few more runs of whack-a-mole.
This started out with a desire to remove the
-Wno-error=sign-compare
from our CFLAGS, but grew a little larger in scope to also include fixes for other warnings, e.g. from thescan-build
static analyzer.@whot I notice you added
-Wno-error=missing-field-initializers
recently but I don't see any build warnings about missing initializers... Is there a specific configuration that triggers it that I'm overlooking?