ci: remove missing-braces from no-error
authorThomas H.P. Andersen <phomes@gmail.com>
Sat, 3 Sep 2022 11:22:52 +0000 (13:22 +0200)
committerThomas H.P. Andersen <phomes@gmail.com>
Sat, 3 Sep 2022 11:58:19 +0000 (13:58 +0200)
The last warnings for missing-braces were fixed in !18307

Remove it from the no-error list on the clang build to catch regressions

Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18404>

.gitlab-ci/build/gitlab-ci.yml

index 14330f3..7e2b0b0 100644 (file)
@@ -405,7 +405,6 @@ debian-clang:
     CPP_ARGS: >
       -Wno-error=c99-designator
       -Wno-error=implicit-const-int-float-conversion
-      -Wno-error=missing-braces
       -Wno-error=overloaded-virtual
       -Wno-error=tautological-constant-out-of-range-compare
       -Wno-error=unused-const-variable