From 5c6b07246d8bfeb5674af27ff1b063a96b7ca44d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Thu, 27 Apr 2023 09:23:42 +0200 Subject: [PATCH] ci: Drop -Wno-error=array-bounds from fedora-release job No warnings left. Part-of: --- .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 fbf082b..ff80d61 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: > -- 2.7.4