Edit

kc3-lang/SDL/src/test

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2017-09-08 18:26:25
    Hash : e8059221
    Message : 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.