mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 03:40:43 +00:00
(egl_common) Fix clang warnings
This commit is contained in:
parent
fe36eb6bdd
commit
ad745a5661
@ -55,7 +55,7 @@ gfx_ctx_proc_t egl_get_proc_address(const char *symbol)
|
|||||||
|
|
||||||
retro_assert(sizeof(void*) == sizeof(void (*)(void)));
|
retro_assert(sizeof(void*) == sizeof(void (*)(void)));
|
||||||
|
|
||||||
sym__ = eglGetProcAddress(symbol);
|
sym__ = (void*)eglGetProcAddress(symbol);
|
||||||
memcpy(&ret, &sym__, sizeof(void*));
|
memcpy(&ret, &sym__, sizeof(void*));
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user