ci: don't configure cmake with -Werror

This commit is contained in:
Anonymous Maarten
2026-07-16 04:15:02 +02:00
parent f6a328a14b
commit 86a636852b

View File

@@ -177,7 +177,7 @@ jobs:
run: |
${{ matrix.platform.source-cmd }}
${{ matrix.platform.cmake-config-emulator }} cmake -S . -B build -G "${{ matrix.platform.cmake-generator }}" \
-Wdeprecated -Wdev -Werror \
-Wdeprecated -Wdev \
${{ matrix.platform.cmake-toolchain-file != '' && format('-DCMAKE_TOOLCHAIN_FILE={0}', matrix.platform.cmake-toolchain-file) || '' }} \
-DSDL_WERROR=${{ matrix.platform.werror }} \
-DSDL_TESTS=${{ matrix.platform.build-tests }} \