mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Fix -Wempty-body warnings in SDL_malloc.c
ABORT is used in the assert macro.
This commit is contained in:
parent
33c9f1a70a
commit
6243fa2ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue