windows/msvc: Treat compiler warnings as errors.
This is consistent with the other ports and helps catching problems early.
This commit is contained in:
parent
74fe841449
commit
4beb6c21ca
@ -18,6 +18,7 @@
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
|
Loading…
x
Reference in New Issue
Block a user