mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-29 20:27:12 +01:00
c760c02c6c
The warnings were produced by GCC 9.2.x for x86_64-linux-gnu or i386-pc-msdosdjgpp targets. Most of the fixes involve changing the type of a variable rather than the format specifier. For many of the affected test conuter variables, a basic int seems sufficient. Some format specifier warnings still remain for cases where changing type or casting seemed inappropriate. Those warnings will probably require some new format specifier macros (e.g. SDL_PRIu32). |
||
---|---|---|
.. | ||
SDL_test_assert.c | ||
SDL_test_common.c | ||
SDL_test_compare.c | ||
SDL_test_crc32.c | ||
SDL_test_font.c | ||
SDL_test_fuzzer.c | ||
SDL_test_harness.c | ||
SDL_test_imageBlit.c | ||
SDL_test_imageBlitBlend.c | ||
SDL_test_imageFace.c | ||
SDL_test_imagePrimitives.c | ||
SDL_test_imagePrimitivesBlend.c | ||
SDL_test_log.c | ||
SDL_test_md5.c | ||
SDL_test_memory.c | ||
SDL_test_random.c |