From b1f35512c9aa29f2e12ea20a1bb6767c7426dbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 21 Jan 2026 11:49:00 +0100 Subject: [PATCH] ci: Drop -Wno-error stanzas from debian-no-libdrm job No warnings left. Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 49b308ea04e..a88b8e625d8 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -566,9 +566,6 @@ debian-no-libdrm: VULKAN_DRIVERS: freedreno GALLIUM_DRIVERS: "zink,llvmpipe" BUILDTYPE: release - C_ARGS: > - -Wno-error=stringop-overread - -Wno-error=deprecated-declarations EXTRA_OPTION: > -D freedreno-kmds=kgsl -D glx=disabled