mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
mesa: Fix printf format warnings.
This commit is contained in:
parent
bcef51c3b8
commit
dc524adee2
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ void
|
|||
_mesa_print_tri_caps( const char *name, GLuint flags )
|
||||
{
|
||||
_mesa_debug(NULL,
|
||||
"%s: (0x%x) %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n",
|
||||
"%s: (0x%x) %s%s%s%s%s%s%s%s%s%s%s%s%s\n",
|
||||
name,
|
||||
flags,
|
||||
(flags & DD_FLATSHADE) ? "flat-shade, " : "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue