소스 검색

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

Sylvain Becker 5 년 전
부모
커밋
4aebad77bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/video/SDL_stretch.c

+ 1 - 1
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