sdl2_frt/src/test
Sam Lantinga e8059221bd Fixed bug 3806 - Fixes for MSVC compiler warnings
Simon Hug

These are the remaining compiler warnings I see in the current tip cb049cae7c3c.

- SDL_test_log.c defines _CRT_SECURE_NO_WARNINGS without checking if it was already set.

- SDL_windowskeyboard.c converts integers to pointers without going over the (U)INT_PTR types. That bothers MSVC.
2017-09-08 18:26:25 -07:00
..
SDL_test_assert.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_common.c Added some missing render capability flags 2017-08-29 23:14:39 -07:00
SDL_test_compare.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_crc32.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_font.c We don't need to pass the renderer into SDLTest_CleanupTextDrawing() 2017-09-08 04:53:31 -07:00
SDL_test_fuzzer.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_harness.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_imageBlit.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_imageBlitBlend.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_imageFace.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_imagePrimitives.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_imagePrimitivesBlend.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_log.c Fixed bug 3806 - Fixes for MSVC compiler warnings 2017-09-08 18:26:25 -07:00
SDL_test_md5.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00
SDL_test_random.c Added a function to clean up test text drawing 2017-09-08 04:14:05 -07:00