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:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user