gallium/xlib: Silence unused variable warning.

This commit is contained in:
Vinson Lee 2009-12-27 22:18:18 -08:00
parent d1f64fa72f
commit 9d3092d134

View file

@ -644,6 +644,7 @@ register_with_display(Display *dpy)
XExtCodes *c = XAddExtension(dpy);
ext = dpy->ext_procs; /* new extension is at head of list */
assert(c->extension == ext->codes.extension);
(void) c;
ext->name = _mesa_strdup(extName);
ext->close_display = close_display_callback;
}