1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 20:12:23 +00:00

Visual Studio Projects: Report warnings as errors so CI builds fail on warnings

This commit is contained in:
Mark Pizzolato
2022-10-27 09:22:54 -10:00
parent f7112f626f
commit 7b96dd5c4e
81 changed files with 316 additions and 77 deletions

View File

@@ -47,6 +47,7 @@
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="1"
ShowIncludes="false"
@@ -131,6 +132,7 @@
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="1"
/>