mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 06:30:40 +02:00
gallium/xlib: Silence unused variable warning.
This commit is contained in:
parent
d1f64fa72f
commit
9d3092d134
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue