From: Helge Norberg Date: Wed, 6 Apr 2016 13:38:25 +0000 (+0200) Subject: Ignored warning preventing the server to build under VS 2015 update 2. X-Git-Tag: 2.1.0_Beta1~86 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=d97664b1a327c7486bb737b452f776359aa0045d Ignored warning preventing the server to build under VS 2015 update 2. --- diff --git a/common/compiler/vs/disable_silly_warnings.h b/common/compiler/vs/disable_silly_warnings.h index 8996c740e..dc8169517 100644 --- a/common/compiler/vs/disable_silly_warnings.h +++ b/common/compiler/vs/disable_silly_warnings.h @@ -32,6 +32,8 @@ #pragma warning (disable : 4505) // unreferenced local function has been #pragma warning (disable : 4481) // nonstandard extension used: override specifier 'override' #pragma warning (disable : 4996) // function call with parameters that may be unsafe +#pragma warning (disable : 4334) // '<<': result of 32 - bit shift implicitly converted to 64 bits(was 64 - bit shift intended ?) + #if (_MSC_VER > 1800 && _MSC_FULL_VER >= 190023506) #pragma warning( disable : 4592) // symbol will be dynamically initialized (implementation limitation). Bug in VS2015 14.0.24720.00 Update 1