sdl2_frt/src
Sam Lantinga b815ad56fc Fixed bug 4366 - Compile throws a warning on RPI (Raspbian Stretch)
midwan

When trying to compile on a Raspberry Pi 3, running Raspbian Stretch (fully updated), a warning appears:

/home/pi/projects/SDL/src/test/SDL_test_memory.c: In function ?SDL_TrackAllocation?:
/home/pi/projects/SDL/src/test/SDL_test_memory.c:112:109: warning: format ?%llx? expects argument of type ?long long unsigned int?, but argument 5 has type ?unw_word_t {aka unsigned int}? [-Wformat=]
                 snprintf(entry->stack_names[stack_index], sizeof(entry->stack_names[stack_index]), "%s+0x%llx", sym, offset);
2018-11-12 16:42:49 -08:00
..
atomic
audio Add and update include guards 2018-10-28 21:36:48 +01:00
core Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
cpuinfo
dynapi Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
events Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id). 2018-11-10 16:15:48 -04:00
file Small stack allocations fall back to malloc if they're unexpectedly large. 2018-10-22 20:50:32 -04:00
filesystem
haptic Add and update include guards 2018-10-28 21:36:48 +01:00
hidapi Don't build SDL_JOYSTICK_HIDAPI by default on iOS 2018-10-26 09:27:31 -07:00
joystick Merge SDL-ryan-batching-renderer branch to default. 2018-10-31 15:03:41 -04:00
libm Add and update include guards 2018-10-28 21:36:48 +01:00
loadso Small stack allocations fall back to malloc if they're unexpectedly large. 2018-10-22 20:50:32 -04:00
main winmain: Patched to compile on C89 compilers. 2018-10-29 20:18:50 -04:00
power SDL_power.c: Adjust SDL_POWER_DISABLED ifdefs to avoid zero-size array 2018-10-15 11:01:00 +03:00
render metal: SDL_RenderReadPixels on macOS synchronizes the render target's texture data if it's managed, before reading from it. 2018-11-04 14:31:56 -04:00
sensor Add and update include guards 2018-10-28 21:36:48 +01:00
stdlib
test Fixed bug 4366 - Compile throws a warning on RPI (Raspbian Stretch) 2018-11-12 16:42:49 -08:00
thread
timer Add and update include guards 2018-10-28 21:36:48 +01:00
video cocoa: fix building with the macOS 10.7 SDK (thanks Riccardo!) 2018-11-10 20:56:23 -04:00
SDL_assert_c.h Add and update include guards 2018-10-28 21:36:48 +01:00
SDL_assert.c Small stack allocations fall back to malloc if they're unexpectedly large. 2018-10-22 20:50:32 -04:00
SDL_dataqueue.c
SDL_dataqueue.h
SDL_error_c.h
SDL_error.c
SDL_hints.c
SDL_internal.h Small stack allocations fall back to malloc if they're unexpectedly large. 2018-10-22 20:50:32 -04:00
SDL_log.c Small stack allocations fall back to malloc if they're unexpectedly large. 2018-10-22 20:50:32 -04:00
SDL.c