1
0
mirror of https://github.com/simh/simh.git synced 2026-04-28 04:44:55 +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

@@ -46,6 +46,7 @@
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="1"
ShowIncludes="false"
@@ -133,6 +134,7 @@
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
WarnAsError="true"
DebugInformationFormat="3"
CompileAs="1"
/>
@@ -592,7 +594,8 @@
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc" >
Filter="h;hpp;hxx;hm;inl;inc"
>
<File
RelativePath="..\scp.h"
>