From 4aebad77bd7c5623578c9ef4e1a5a6efaf07b112 Mon Sep 17 00:00:00 2001 From: Sylvain Becker Date: Wed, 23 Dec 2020 22:50:50 +0100 Subject: [PATCH] SDL_SoftStretchLowerLinear: try to make xcode buildbot compile (Bug 5313) --- src/video/SDL_stretch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/SDL_stretch.c b/src/video/SDL_stretch.c index ec3d36cfd..f029ba185 100644 --- a/src/video/SDL_stretch.c +++ b/src/video/SDL_stretch.c @@ -448,7 +448,7 @@ static void // Remove inlining of this function // Crash with clang 9.0.8 / android-ndk-r21d // Ok with clang 11.0.5 / android-ndk-22 -# if __clang_major__ == 9 && __clang_minor__ == 0 && __clang_patchlevel__ == 8 +# if __clang_major__ == 9 __attribute__((noinline)) # endif #endif