mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 02:10:37 +02:00
gallium: silence unused var warning
This commit is contained in:
parent
132df5ebce
commit
d355eee5ca
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ debug_printf(const char *format, ...)
|
|||
va_start(ap, format);
|
||||
_debug_vprintf(format, ap);
|
||||
va_end(ap);
|
||||
#else
|
||||
(void) format; /* silence warning */
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue