From 11d9a3958ffafa7643be6ba24432ca36fec65cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 21 Jan 2026 10:43:21 +0100 Subject: [PATCH] ci: Drop half of -Wno-error stanzas from fedora-release job No warnings left. Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index a88b8e625d8..c4f10f7b628 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -278,14 +278,10 @@ fedora-release: # maybe-uninitialized is misfiring in nir_lower_gs_intrinsics.c, and # a "maybe" warning should never be an error anyway. C_ARGS: > - -Wno-error=stringop-overflow - -Wno-error=stringop-overread -Wno-error=array-bounds -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations CPP_ARGS: > - -Wno-error=dangling-reference - -Wno-error=overloaded-virtual -Wno-error=deprecated-declarations DRI_LOADERS: > -D glx=dri