1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-09 01:41:16 +00:00

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

This commit is contained in:
Mark Pizzolato
2022-10-26 06:07:51 -10:00
parent a23379e6a8
commit 5d12b9da4f
81 changed files with 162 additions and 0 deletions

View File

@@ -46,6 +46,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"
/>