fix compiler warning

This commit is contained in:
Toad King 2018-01-13 20:47:30 -06:00
parent 0ce1fa7751
commit 77b158e6a2

View File

@ -184,7 +184,7 @@ static void *gfx_ctx_emscripten_init(video_frame_info_t *video_info, void *video
return (void*)"emscripten";
}
if (!egl_init_context(&emscripten->egl, EGL_NONE, EGL_DEFAULT_DISPLAY,
if (!egl_init_context(&emscripten->egl, EGL_NONE, (void *)EGL_DEFAULT_DISPLAY,
&major, &minor, &n, attribute_list))
{
egl_report_error();