mirror of
https://github.com/simh/simh.git
synced 2026-02-12 10:58:34 +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"
|
||||
/>
|
||||
@@ -557,7 +559,8 @@
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc" >
|
||||
Filter="h;hpp;hxx;hm;inl;inc"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\3B2\3b2_cpu.h"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user