File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5252 <RuntimeLibrary Condition =" '$(Configuration)'=='Release'" >MultiThreadedDLL</RuntimeLibrary >
5353 <WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
5454 <!-- Disable warning about decorated name length exceeded, name was truncated. This is due to Boost.Asio and Websocket++ templates. -->
55- <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
56- <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
57- <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
58- <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
59- <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
60- <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >4503;%(DisableSpecificWarnings)</DisableSpecificWarnings >
55+ <!-- Disable warning 4592. This warning is caused by VS2015 Update1 compiler' bug. -->
56+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4503;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings >
57+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4503;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings >
58+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >4503;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings >
59+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" >4503;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings >
60+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >4503;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings >
61+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >4503;4592;%(DisableSpecificWarnings)</DisableSpecificWarnings >
6162 </ClCompile >
6263 <Link >
6364 <AdditionalDependencies >Winhttp.lib;httpapi.lib;bcrypt.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies >
You can’t perform that action at this time.
0 commit comments