SDL/src/video/dummy
Jay Petacat f443a6fc7a Fix format string warnings for width-based integers
The DJGPP compiler emits many warnings for conflicts between print
format specifiers and argument types. To fix the warnings, I added
`SDL_PRIx32` macros for use with `Sint32` and `Uint32` types. The macros
alias those found in <inttypes.h> or fallback to a reasonable default.

As an alternative, print arguments could be cast to plain old integers.
I opted slightly for the current solution as it felt more technically correct,
despite making the format strings more verbose.
2021-02-11 19:41:41 -08:00
..
SDL_nullevents.c
SDL_nullevents_c.h
SDL_nullframebuffer.c Fix format string warnings for width-based integers 2021-02-11 19:41:41 -08:00
SDL_nullframebuffer_c.h
SDL_nullvideo.c
SDL_nullvideo.h