android: fix some compiler warnings

(cherry picked from commit 7f415ce587)
This commit is contained in:
Amir 2022-09-12 20:09:00 +04:00 committed by Sam Lantinga
parent ce29ebc3b8
commit 23a4b9bdd6

View file

@ -63,7 +63,7 @@ typedef enum
const Uint8 *GLES2_GetShader(GLES2_ShaderType type);
const Uint8 *GLES2_GetShaderInclude(GLES2_ShaderIncludeType type);
GLES2_ShaderIncludeType GLES2_GetTexCoordPrecisionEnumFromHint();
GLES2_ShaderIncludeType GLES2_GetTexCoordPrecisionEnumFromHint(void);
#endif /* SDL_VIDEO_RENDER_OGL_ES2 */