Mesa (main): ci: debian-clang: drop -Wno-error=absolute-value

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 3 20:44:39 UTC 2022


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

Author: Thomas H.P. Andersen <phomes at gmail.com>
Date:   Sat Dec 25 18:26:34 2021 +0100

ci: debian-clang: drop -Wno-error=absolute-value

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

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc6f415b11e..7c0ed0048e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1020,7 +1020,6 @@ debian-clang:
   variables:
     UNWIND: "enabled"
     C_ARGS: >
-      -Wno-error=absolute-value
       -Wno-error=constant-conversion
       -Wno-error=enum-conversion
       -Wno-error=implicit-const-int-float-conversion



More information about the mesa-commit mailing list