Skip to content

Commit

Permalink
Update iASL project file
Browse files Browse the repository at this point in the history
Increase warning level to 4 (from 3).
  • Loading branch information
acpibob committed Jul 31, 2019
1 parent db2638c commit f08ef3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions generate/msvc2017/AslCompiler.vcxproj
Expand Up @@ -126,7 +126,7 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<Optimization>Disabled</Optimization>
<SuppressStartupBanner>true</SuppressStartupBanner>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>Level4</WarningLevel>
<MinimalRebuild>false</MinimalRebuild>
<OmitFramePointers>false</OmitFramePointers>
<StringPooling>true</StringPooling>
Expand Down Expand Up @@ -388,7 +388,9 @@
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include="aslcompiler.y.c" />
<ClCompile Include="aslcompiler.y.c">
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
</ClCompile>
<ClCompile Include="dtparser.l.c">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level4</WarningLevel>
Expand Down

0 comments on commit f08ef3b

Please sign in to comment.