windows/msvc: Treat compiler warnings as errors.

This is consistent with the other ports and helps catching problems early.
This commit is contained in:
stijn 2019-09-03 10:08:03 +02:00 committed by Damien George
parent 74fe841449
commit 4beb6c21ca

View File

@ -18,6 +18,7 @@
<ExceptionHandling>false</ExceptionHandling>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<MinimalRebuild>false</MinimalRebuild>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>