fix: suppress MinGW format string warnings in FreeRDP build (-Wno-format)
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s

This commit is contained in:
Vantz Stockwell 2026-03-17 09:31:17 -04:00
parent 893b2350b6
commit 1b04d3edeb

View File

@ -134,9 +134,11 @@ jobs:
TCEOF
# Configure — minimal client-only build
# -Wno-format suppresses MinGW PRIuz/PRIxz format string warnings
cmake -B build -G Ninja \
-DCMAKE_TOOLCHAIN_FILE=/tmp/mingw-toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS="-Wno-format" \
-DCMAKE_INSTALL_PREFIX=/tmp/freerdp-install \
-DBUILD_SHARED_LIBS=ON \
-DWITH_CLIENT=OFF \