From c0d42cb0213497de082e1ed4b7d53c31fca704c5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 22 Jun 2010 14:43:36 +0100 Subject: [PATCH] Silence another compiler warning --- cogl/winsys/cogl-texture-pixmap-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/winsys/cogl-texture-pixmap-x11.c b/cogl/winsys/cogl-texture-pixmap-x11.c index 691c9c539..5a1d2753e 100644 --- a/cogl/winsys/cogl-texture-pixmap-x11.c +++ b/cogl/winsys/cogl-texture-pixmap-x11.c @@ -411,7 +411,7 @@ try_create_glx_pixmap (CoglTexturePixmapX11 *tex_pixmap, gboolean mipmap) { Display *dpy; - GLXFBConfig fb_config; + GLXFBConfig fb_config = NULL; int attribs[7]; int i = 0; GLenum target;