fix: suppress MinGW format string warnings in FreeRDP build (-Wno-format)
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s
This commit is contained in:
parent
893b2350b6
commit
1b04d3edeb
@ -134,9 +134,11 @@ jobs:
|
|||||||
TCEOF
|
TCEOF
|
||||||
|
|
||||||
# Configure — minimal client-only build
|
# Configure — minimal client-only build
|
||||||
|
# -Wno-format suppresses MinGW PRIuz/PRIxz format string warnings
|
||||||
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_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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user