summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas H.P. Andersen <phomes@gmail.com>2021-12-20 20:09:15 +0100
committerMarge Bot <emma+marge@anholt.net>2021-12-21 22:24:16 +0000
commit14a204b19d097ccebaad9d58c08631e0269a55b2 (patch)
tree9ceef6c7b1090aa03f1482ae70954a8a106426cb /.gitlab-ci.yml
parentac90519e3526a2947f7124502ff2c49ebabab1de (diff)
ci: clean up debian-clang no-error list
I see no warnings for these on a local build Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14269>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a08e101ae9..9b639c8cc87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1004,39 +1004,22 @@ debian-clang:
C_ARGS: >
-Wno-error=absolute-value
-Wno-error=constant-conversion
- -Wno-error=constant-logical-operand
-Wno-error=enum-conversion
- -Wno-error=gnu-variable-sized-type-not-at-end
-Wno-error=implicit-const-int-float-conversion
-Wno-error=initializer-overrides
- -Wno-error=misleading-indentation
- -Wno-error=mismatched-tags
- -Wno-error=missing-braces
- -Wno-error=overloaded-virtual
-Wno-error=self-assign
-Wno-error=sometimes-uninitialized
- -Wno-error=tautological-constant-compare
- -Wno-error=tautological-constant-out-of-range-compare
- -Wno-error=tautological-overlap-compare
- -Wno-error=typedef-redefinition
-Wno-error=unused-function
- -Wno-error=unused-private-field
- -Wno-error=xor-used-as-pow
CPP_ARGS: >
-Wno-error=c99-designator
- -Wno-error=constant-logical-operand
-Wno-error=deprecated-declarations
-Wno-error=implicit-const-int-float-conversion
- -Wno-error=mismatched-tags
-Wno-error=missing-braces
-Wno-error=overloaded-virtual
- -Wno-error=self-assign
-Wno-error=sometimes-uninitialized
-Wno-error=tautological-constant-out-of-range-compare
-Wno-error=unused-const-variable
-Wno-error=unused-private-field
- -Wno-error=unused-value
- -Wno-error=unused-variable
DRI_LOADERS: >
-D glvnd=true
GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus"