03/11/2022 16:22, Ferruh Yigit: > "meson setup" fails when '-Werror' compiler flag is enabled [1]. > This is not a build error in the driver but a build error in meson > during "meson setup" stage. > > This issue exists for a while but meson takes it as a warning and > ignores it unless '-Werror' compiler flag is provided. [...] > Reproduced via `meson -Dc_args='-Werror' build`
Is it different of 'meson --werror" as in devtools/test-meson-builds.sh or 'meson -Dwerror=true' as in .ci/linux-build.sh?