Fix -Wempty-body warnings in SDL_malloc.c

ABORT is used in the assert macro.
This commit is contained in:
Anonymous Maarten 2026-05-21 18:15:42 +02:00
parent b7f3eb6b05
commit 0043ae6746

View file

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