From 3deb2d6be34ebc73f762f04d187a9754852706b6 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 17 Mar 2026 09:32:03 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20suppress=20all=20FreeRDP=20warnings=20(-?= =?UTF-8?q?w)=20=E2=80=94=20we=20don't=20own=20this=20code,=20just=20need?= =?UTF-8?q?=20the=20DLLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 8c76ec5..4858919 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -138,7 +138,7 @@ jobs: cmake -B build -G Ninja \ -DCMAKE_TOOLCHAIN_FILE=/tmp/mingw-toolchain.cmake \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_C_FLAGS="-Wno-format" \ + -DCMAKE_C_FLAGS="-Wno-format -Wno-error -w" \ -DCMAKE_INSTALL_PREFIX=/tmp/freerdp-install \ -DBUILD_SHARED_LIBS=ON \ -DWITH_CLIENT=OFF \