소스 검색

Fix -Wempty-body warnings in SDL_malloc.c

ABORT is used in the assert macro.
Anonymous Maarten 3 주 전
부모
커밋
6243fa2ffd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/stdlib/SDL_malloc.c

+ 1 - 1
src/stdlib/SDL_malloc.c

@@ -28,7 +28,7 @@
 #define LACKS_STRINGS_H
 #define LACKS_STRING_H
 #define LACKS_STDLIB_H
-#define ABORT
+#define ABORT do {} while (0)
 #define NO_MALLOC_STATS 1
 #define USE_LOCKS 1
 #define USE_DL_PREFIX