Fixed MinGW warning.

This commit is contained in:
Camilla Berglund
2013-06-12 23:08:01 +02:00
parent 964a5ba952
commit f862285d18
+1 -1
View File
@@ -328,7 +328,7 @@ int _glfwCreateContext(_GLFWwindow* window,
const _GLFWfbconfig* fbconfig)
{
int attribs[40];
int pixelFormat;
int pixelFormat = 0;
PIXELFORMATDESCRIPTOR pfd;
HGLRC share = NULL;