Fixed compiler warnings

This commit is contained in:
Sam Lantinga 2012-11-27 01:07:44 -08:00
parent 03e08a6a79
commit b165aa8c74
2 changed files with 8 additions and 6 deletions

View file

@ -96,7 +96,9 @@ const char *s_ControllerMappings [] =
};
static ControllerMapping_t *s_pSupportedControllers = NULL;
#ifdef SDL_JOYSTICK_DINPUT
static ControllerMapping_t *s_pXInputMapping = NULL;
#endif
/* The SDL game controller structure */
struct _SDL_GameController