mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
This fixes a compile warning when using the output of SDL_Swap32
directly using the SDL_PRIu32 macro in C90 mode:
testplatform.c:158:17: warning: format '%lX' expects argument of
type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat=]
158 | SDL_Log("Value 32 = 0x%" SDL_PRIX32 ", swapped = 0x%" SDL_PRIX32,
|
|
||
|---|---|---|
| .. | ||
| build_config | ||
| SDL3 | ||