mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +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)));
|
||||
|
||||
sym__ = eglGetProcAddress(symbol);
|
||||
sym__ = (void*)eglGetProcAddress(symbol);
|
||||
memcpy(&ret, &sym__, sizeof(void*));
|
||||
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user