mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 09:20:23 +01:00
draw: fix warning
This commit is contained in:
parent
6e0b56edf8
commit
cd362334ad
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
|
|||
unsigned clipped = 0;
|
||||
unsigned j;
|
||||
|
||||
if (0) debug_printf("%s\n");
|
||||
if (0) debug_printf("%s\n", __FUNCTION__);
|
||||
|
||||
for (j = 0; j < count; j++) {
|
||||
float *position = out->data[pos];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue