[*] fix warning
This commit is contained in:
parent
54aab7840c
commit
6a2af83029
@ -1145,7 +1145,7 @@ GLFWAPI void glfwPollEvents(void)
|
||||
|
||||
GLFWAPI struct pollfd* glfwGetPOSIXLoopFds(unsigned int* pCount)
|
||||
{
|
||||
_GLFW_REQUIRE_INIT();
|
||||
_GLFW_REQUIRE_INIT_OR_RETURN(NULL);
|
||||
return _glfw.platform.getPOSIXLoopFds(pCount);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user