mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 17:06:25 +00:00
android: fix some compiler warnings
This commit is contained in:
@@ -730,7 +730,6 @@ UpdateDeviceIdentity(SDL_HIDAPI_Device *device)
|
|||||||
case k_eWiiExtensionControllerType_Gamepad:
|
case k_eWiiExtensionControllerType_Gamepad:
|
||||||
name = "Nintendo Wii Remote with Classic Controller";
|
name = "Nintendo Wii Remote with Classic Controller";
|
||||||
break;
|
break;
|
||||||
break;
|
|
||||||
case k_eWiiExtensionControllerType_WiiUPro:
|
case k_eWiiExtensionControllerType_WiiUPro:
|
||||||
name = "Nintendo Wii U Pro Controller";
|
name = "Nintendo Wii U Pro Controller";
|
||||||
break;
|
break;
|
||||||
|
@@ -63,7 +63,7 @@ typedef enum
|
|||||||
|
|
||||||
const Uint8 *GLES2_GetShader(GLES2_ShaderType type);
|
const Uint8 *GLES2_GetShader(GLES2_ShaderType type);
|
||||||
const Uint8 *GLES2_GetShaderInclude(GLES2_ShaderIncludeType type);
|
const Uint8 *GLES2_GetShaderInclude(GLES2_ShaderIncludeType type);
|
||||||
GLES2_ShaderIncludeType GLES2_GetTexCoordPrecisionEnumFromHint();
|
GLES2_ShaderIncludeType GLES2_GetTexCoordPrecisionEnumFromHint(void);
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_RENDER_OGL_ES2 */
|
#endif /* SDL_VIDEO_RENDER_OGL_ES2 */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user