Skip to content

Commit 6de821c

Browse files
committed
BrowserSubProcess - Disable warnings as errors
1 parent 8fd619c commit 6de821c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CefSharp.BrowserSubprocess.Core/CefSharp.BrowserSubprocess.Core.vcxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\cef.sdk.145.0.26\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.145.0.26\build\cef.sdk.props')" />
44
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
@@ -110,7 +110,6 @@
110110
<PrecompiledHeader>Use</PrecompiledHeader>
111111
<BrowseInformation>true</BrowseInformation>
112112
<MultiProcessorCompilation>true</MultiProcessorCompilation>
113-
<TreatWarningAsError>true</TreatWarningAsError>
114113
<LanguageStandard>stdcpp20</LanguageStandard>
115114
<CompileAs>CompileAsCpp</CompileAs>
116115
</ClCompile>
@@ -129,7 +128,6 @@
129128
<PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130129
<PrecompiledHeader>Use</PrecompiledHeader>
131130
<MultiProcessorCompilation>true</MultiProcessorCompilation>
132-
<TreatWarningAsError>true</TreatWarningAsError>
133131
<LanguageStandard>stdcpp20</LanguageStandard>
134132
<CompileAs>CompileAsCpp</CompileAs>
135133
</ClCompile>

0 commit comments

Comments
 (0)