SDL_SoftStretchLowerLinear: try to make xcode buildbot compile (Bug 5313)

This commit is contained in:
Sylvain Becker 2020-12-23 22:50:50 +01:00
parent 93ccdee8c1
commit 4aebad77bd
1 changed files with 1 additions and 1 deletions

View File

@ -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