CI: Also set warnings as errors in C code

add-device-sharing
Paul Hollinsky 2022-02-22 10:37:37 -05:00
parent b177617940
commit 733312628c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ mkdir build
REM build
cd build
set CFLAGS=/WX
set CXXFLAGS=/WX
cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIBICSNEO_BUILD_TESTS=ON ..
if %errorlevel% neq 0 exit /b %errorlevel%