From 0ae1a1ed48863403fed1e2de72313d231bd56f56 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Sep 2017 12:59:28 +1000 Subject: CMake: move MSVC warnings to central location --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a357721387..6f43049731b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1472,6 +1472,7 @@ elseif(CMAKE_C_COMPILER_ID MATCHES "MSVC") "/wd4800" # forcing value to bool 'true' or 'false' # errors: "/we4013" # 'function' undefined; assuming extern returning int + "/we4133" # incompatible pointer types "/we4431" # missing type specifier - int assumed ) -- cgit v1.2.3