ci: treat CMake deprecated and development warnings as errors
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

[sdl-ci-filter *]
This commit is contained in:
Anonymous Maarten
2026-07-16 03:50:19 +02:00
committed by Anonymous Maarten
parent e442a9a5e1
commit 64067c11ac
+1 -1
View File
@@ -219,7 +219,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 -Werror=dev -Werror=deprecated \
${{ matrix.platform.cmake-toolchain-file != '' && format('-DCMAKE_TOOLCHAIN_FILE={0}', matrix.platform.cmake-toolchain-file) || '' }} \
-DSDL_WERROR=${{ matrix.platform.werror }} \
-DSDL_EXAMPLES=${{ matrix.platform.build-tests }} \