From 61b820d4b4a5055463356b74b37b37354263b3b5 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 7 Aug 2021 10:05:14 +0200 Subject: [PATCH] Warning fix Signed-off-by: Alexander Borsuk --- xcode/common.xcconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 6589c720fe..7924d5585b 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -68,6 +68,8 @@ ENABLE_BITCODE = YES ENABLE_STRICT_OBJC_MSGSEND = YES GCC_C_LANGUAGE_STANDARD = c11 GCC_FAST_MATH = YES +// -fvisibility-inlines-hidden +GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_NO_COMMON_BLOCKS = YES GCC_PRECOMPILE_PREFIX_HEADER = YES // Preprocessor definitions shared in all configurations and projects.