mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
Fixed MinGW warning.
This commit is contained in:
parent
964a5ba952
commit
5da6a903f9
@ -328,7 +328,7 @@ int _glfwCreateContext(_GLFWwindow* window,
|
|||||||
const _GLFWfbconfig* fbconfig)
|
const _GLFWfbconfig* fbconfig)
|
||||||
{
|
{
|
||||||
int attribs[40];
|
int attribs[40];
|
||||||
int pixelFormat;
|
int pixelFormat = 0;
|
||||||
PIXELFORMATDESCRIPTOR pfd;
|
PIXELFORMATDESCRIPTOR pfd;
|
||||||
HGLRC share = NULL;
|
HGLRC share = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user