File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282
8383 - name : Run CMake
8484 run : |
85- cmake -S . -B cmake.output -DCMAKE_COMPILE_WARNING_AS_ERROR=On
85+ cmake -S . -B cmake.output -Werror=dev --warn-uninitialized - DCMAKE_COMPILE_WARNING_AS_ERROR=On
8686
8787 - name : CMake simplecpp
8888 run : |
Original file line number Diff line number Diff line change 4545
4646 - name : Run CMake
4747 run : |
48- cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
48+ cmake -G "Visual Studio 17 2022" -A x64 -Werror=dev --warn-uninitialized - DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
4949
5050 - name : Build
5151 run : |
Original file line number Diff line number Diff line change 4242
4343 - name : Prepare CMake
4444 run : |
45- cmake -S . -B cmake.output -G "Unix Makefiles" -DCMAKE_COMPILE_WARNING_AS_ERROR=On -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
45+ cmake -S . -B cmake.output -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4646 env :
4747 CXX : clang-20
4848
You can’t perform that action at this time.
0 commit comments