From 2ac030ee8193456297ff68d6fe2e94c249bd6931 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Mon, 21 Jul 2014 14:22:06 +0300 Subject: [PATCH] Add errors for VS. - 4716 function must return a value. - 4700 uninitialized local variable used. --- 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 d0b9488d..ae6dab56 100644 --- a/build/C_Properties.props +++ b/build/C_Properties.props @@ -16,7 +16,7 @@ $(SolutionDir)..\..\pthreads.2\include;$(SolutionDir)..\src;$(SolutionDir)..\src\extras;$(SolutionDir)..\;%(AdditionalIncludeDirectories) 4244;4204;4206;4028;4152 false - 4013;4029;4047 + 4013;4029;4047;4716;4700 %(AdditionalDependencies)