Silence warnings

This commit is contained in:
Dennis 2024-05-24 13:36:29 +02:00
parent b8ea7ab33d
commit 129af1ae2c
No known key found for this signature in database
GPG Key ID: 6937EAEA33A3FA5D

View File

@ -17,6 +17,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
msbuild OSRM.sln ^ msbuild OSRM.sln ^
/p:Configuration=%CONFIGURATION% ^ /p:Configuration=%CONFIGURATION% ^
/p:Platform=x64 ^ /p:Platform=x64 ^
/p:nowarn="4244;4267;4365;4456;4514;4625;4626;4710;4711;4820;5026;5027" ^
/t:rebuild ^ /t:rebuild ^
/p:BuildInParallel=true ^ /p:BuildInParallel=true ^
/m:%NUMBER_OF_PROCESSORS% ^ /m:%NUMBER_OF_PROCESSORS% ^