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
Some checks failed
Build & Sign Wraith / Build Windows + Sign (push) Failing after 18s
This commit is contained in:
parent
1b04d3edeb
commit
3deb2d6be3
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user