From 714ac455e2469e28fb752d087c1386e69c674169 Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Sat, 3 Sep 2022 13:22:52 +0200 Subject: [PATCH] ci: remove missing-braces from no-error 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 Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 14330f3..7e2b0b0 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -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 -- 2.7.4