mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
progs/tests: silence warning
This commit is contained in:
parent
f549f4c4b6
commit
fcf8dea36c
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ Draw(void)
|
|||
glPushMatrix();
|
||||
glTranslatef(2, (i + 1) * (h + 2), 0);
|
||||
glRasterPos2i(8, 6);
|
||||
sprintf(s, "Internal Texture Format [f/F]: %s (%d of %d)",
|
||||
sprintf(s, "Internal Texture Format [f/F]: %s (%d of %lu)",
|
||||
IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
|
||||
PrintString(s);
|
||||
glPopMatrix();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue