mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
Visual Studio Projects: Report warnings as errors so CI builds fail on warnings
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user