diff --git a/scripts/ci/windows-build.bat b/scripts/ci/windows-build.bat index 4cc0440b9..c09a041fa 100644 --- a/scripts/ci/windows-build.bat +++ b/scripts/ci/windows-build.bat @@ -21,6 +21,9 @@ msbuild OSRM.sln ^ /p:BuildInParallel=true ^ /m:2 ^ /p:nowarn="4244;4267;4365;4456;4514;4625;4626;4710;4711;4820;5026;5027" ^ +/p:WarningLevel=0 ^ +/clp:NoSummary;NoItemAndPropertyList;ErrorsOnly ^ +/p:RunCodeAnalysis=false ^ /toolsversion:Current ^ /clp:Verbosity=quiet ^ /nologo