SDL/src/test
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
..
SDL_test_assert.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_common.c Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes. 2018-08-22 21:48:28 -07:00
SDL_test_compare.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_crc32.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_font.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_fuzzer.c SDL_test_fuzzer.c: fix strict aliasing warnings by using a union. 2018-02-25 10:15:00 +03:00
SDL_test_harness.c use the 'aborts' pragma of Watcom for SDL_NORETURN functions 2018-06-13 14:45:02 +03:00
SDL_test_imageBlit.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_imageBlitBlend.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_imageFace.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_imagePrimitives.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_imagePrimitivesBlend.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_log.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_md5.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_memory.c Fixed bug 4366 - Compile throws a warning on RPI (Raspbian Stretch) 2018-11-12 16:42:49 -08:00
SDL_test_random.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00