From 3e53d2b2372d4c9b3adde06b7fe6593ee5b16d0d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 10 Jan 2025 22:31:35 +0100 Subject: [PATCH] CI: Add -Wno-maybe-uninitialized for Fedora --- dist/unix/strawberry.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/unix/strawberry.spec.in b/dist/unix/strawberry.spec.in index e12ddcf78..973c84404 100644 --- a/dist/unix/strawberry.spec.in +++ b/dist/unix/strawberry.spec.in @@ -105,7 +105,7 @@ Features: %build %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos} - export CXXFLAGS="-fPIC $RPM_OPT_FLAGS" + export CXXFLAGS="-fPIC -Wno-maybe-uninitialized $RPM_OPT_FLAGS" %endif %if "%{?_vendor}" == "openmandriva" %{cmake} -DBUILD_WERROR=ON