SDL2/src/test
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_test_assert.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_common.c Fix format string warnings for width-based integers 2021-02-11 19:41:41 -08:00
SDL_test_compare.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_crc32.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_font.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_fuzzer.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_harness.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imageBlit.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imageBlitBlend.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imageFace.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imagePrimitives.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_imagePrimitivesBlend.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_log.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_md5.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_memory.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_test_random.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00