mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
xlib: silence unused var warning
This commit is contained in:
parent
67e501ad29
commit
2aeadabc7e
1 changed files with 1 additions and 0 deletions
|
|
@ -1153,6 +1153,7 @@ choose_visual( Display *dpy, int screen, const int *list, GLboolean fbConfig )
|
|||
return NULL;
|
||||
|
||||
(void) caveat;
|
||||
(void) min_ci;
|
||||
|
||||
/*
|
||||
* Since we're only simulating the GLX extension this function will never
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue