fix: suppress all FreeRDP warnings (-w) — we don't own this code, just need the DLLs
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s

This commit is contained in:
Vantz Stockwell 2026-03-17 09:32:03 -04:00
parent 1b04d3edeb
commit 3deb2d6be3

View File

@ -138,7 +138,7 @@ jobs:
cmake -B build -G Ninja \ cmake -B build -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=/tmp/mingw-toolchain.cmake \ -DCMAKE_TOOLCHAIN_FILE=/tmp/mingw-toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS="-Wno-format" \ -DCMAKE_C_FLAGS="-Wno-format -Wno-error -w" \
-DCMAKE_INSTALL_PREFIX=/tmp/freerdp-install \ -DCMAKE_INSTALL_PREFIX=/tmp/freerdp-install \
-DBUILD_SHARED_LIBS=ON \ -DBUILD_SHARED_LIBS=ON \
-DWITH_CLIENT=OFF \ -DWITH_CLIENT=OFF \