mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-12 23:03:37 +00:00
Void function return
Clang: void function should not return void expression [-Wpedantic]
This commit is contained in:
committed by
Özkan Sezer
parent
0c7d4d5a89
commit
144ab4ba99
@@ -1038,7 +1038,7 @@ static SDL_FunctionPointer OVR_EGL_GetProcAddress(SDL_VideoDevice *_this, const
|
||||
}
|
||||
static void OVR_EGL_UnloadLibrary(SDL_VideoDevice *_this)
|
||||
{
|
||||
return SDL_EGL_UnloadLibrary(_this);
|
||||
SDL_EGL_UnloadLibrary(_this);
|
||||
}
|
||||
static SDL_GLContext OVR_EGL_CreateContext(SDL_VideoDevice *_this, SDL_Window * window)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user