From 302970b7a5e9b6510f58d786501542e162140d2e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Jan 2019 09:22:21 +1100 Subject: MSVC: remove compiler __func__ define No longer needed and exposes a bug in clang-format see: D4185 --- source/blender/blenlib/BLI_compiler_compat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/BLI_compiler_compat.h') diff --git a/source/blender/blenlib/BLI_compiler_compat.h b/source/blender/blenlib/BLI_compiler_compat.h index 2b53975a106..3a38cdcb5fd 100644 --- a/source/blender/blenlib/BLI_compiler_compat.h +++ b/source/blender/blenlib/BLI_compiler_compat.h @@ -28,7 +28,6 @@ */ #if defined(_MSC_VER) -# define __func__ __FUNCTION__ # define alloca _alloca #endif -- cgit v1.2.3