1
0
mirror of https://github.com/simh/simh.git synced 2026-02-02 23:02: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-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"
/>
@@ -326,7 +328,8 @@
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc" >
Filter="h;hpp;hxx;hm;inl;inc"
>
<File
RelativePath="..\S3\s3_defs.h"
>