Module: Mesa Branch: main Commit: 0bc5e8cddc7a3a57b6b7a056507da4e87e628c80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bc5e8cddc7a3a57b6b7a056507da4e87e628c80
Author: Thomas H.P. Andersen <[email protected]> Date: Mon Dec 20 22:31:58 2021 +0100 ci: debian-clang: drop -Wno-error for self-assign Reviewed-by: Emma Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14272> --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b639c8cc87..c577b71ee48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1007,7 +1007,6 @@ debian-clang: -Wno-error=enum-conversion -Wno-error=implicit-const-int-float-conversion -Wno-error=initializer-overrides - -Wno-error=self-assign -Wno-error=sometimes-uninitialized -Wno-error=unused-function CPP_ARGS: >
