mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
windows/msvc: Treat compiler warnings as errors.
This is consistent with the other ports and helps catching problems early.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<MinimalRebuild>false</MinimalRebuild>
|
||||
<TreatWarningAsError>true</TreatWarningAsError>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
|
||||
Reference in New Issue
Block a user