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

Author: Michel Dänzer <[email protected]>
Date:   Thu Apr 27 09:23:42 2023 +0200

ci: Drop -Wno-error=array-bounds from fedora-release job

No warnings left.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22718>

---

 .gitlab-ci/build/gitlab-ci.yml | 2 --
 1 file changed, 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: >

Reply via email to