summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2023-04-27 09:23:42 +0200
committerMarge Bot <emma+marge@anholt.net>2023-05-01 14:15:15 +0000
commit5c6b07246d8bfeb5674af27ff1b063a96b7ca44d (patch)
treea552c64aa5d3fa8456a30e950e3aac6b039852fa /.gitlab-ci
parentdce97f090a74f6f46df7999601fc16cdabe97782 (diff)
downloadmesa-5c6b07246d8bfeb5674af27ff1b063a96b7ca44d.tar.gz
ci: Drop -Wno-error=array-bounds from fedora-release job
No warnings left. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22718>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/build/gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml
index fbf082b2c9b..ff80d6120f7 100644
--- a/.gitlab-ci/build/gitlab-ci.yml
+++ b/.gitlab-ci/build/gitlab-ci.yml
@@ -282,11 +282,9 @@ fedora-release:
variables:
BUILDTYPE: "release"
C_LINK_ARGS: >
- -Wno-error=array-bounds
-Wno-error=stringop-overflow
-Wno-error=stringop-overread
CPP_LINK_ARGS: >
- -Wno-error=array-bounds
-Wno-error=stringop-overflow
-Wno-error=stringop-overread
DRI_LOADERS: >