Fixed compiler warnings

This commit is contained in:
Sam Lantinga
2012-11-27 01:07:44 -08:00
parent 3f5fd55965
commit 104417201b
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