Mesa (main): ci: debian-clang: -Wno-error for sometimes-uninitialized

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 3 15:07:02 UTC 2022


Module: Mesa
Branch: main
Commit: 495b2c537b386cd1945f52bac038b737654e443e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=495b2c537b386cd1945f52bac038b737654e443e

Author: Thomas H.P. Andersen <phomes at gmail.com>
Date:   Thu Dec 23 02:07:40 2021 +0100

ci: debian-clang: -Wno-error for sometimes-uninitialized

The last of this kind of warning is gone for CPP

Reviewed-by: Emma Anholt <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14296>

---

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2478e82dacf..cc6f415b11e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1033,7 +1033,6 @@ debian-clang:
       -Wno-error=implicit-const-int-float-conversion
       -Wno-error=missing-braces
       -Wno-error=overloaded-virtual
-      -Wno-error=sometimes-uninitialized
       -Wno-error=tautological-constant-out-of-range-compare
       -Wno-error=unused-const-variable
       -Wno-error=unused-private-field



More information about the mesa-commit mailing list