From 330ce53debf6a14da7eccb5baa5da56e29d40b8c Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Fri, 27 May 2016 13:20:12 +0300 Subject: [PATCH] Disable VS warnings C4214 bit field types other than int (not standardized) C4127 constant conditional expression (do-while) C4201 nameless struct (C11 feature) --- build/C_Properties.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/C_Properties.props b/build/C_Properties.props index 0444772d..8d300ca7 100644 --- a/build/C_Properties.props +++ b/build/C_Properties.props @@ -14,7 +14,7 @@ MultiThreadedDebugDLL KVZ_DLL_EXPORTS;KVZ_COMPILE_ASM;WIN32_LEAN_AND_MEAN;WIN32;WIN64;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(SolutionDir)..\..\pthreads.2\include;$(SolutionDir)..\src;$(SolutionDir)..\src\extras;$(SolutionDir)..\;%(AdditionalIncludeDirectories) - 4244;4204;4206;4028;4152;4996;4018;4456;4389;4100;4131;4459;4706 + 4244;4204;4206;4028;4152;4996;4018;4456;4389;4100;4131;4459;4706;4214;4127;4201 false 4013;4029;4047;4716;4700;4020;4021;4133