mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
gallium: unused var silence warning
This commit is contained in:
parent
80567f9c9f
commit
f3d23aa787
1 changed files with 2 additions and 1 deletions
|
|
@ -50,9 +50,10 @@ st_print_current(void)
|
||||||
{
|
{
|
||||||
GET_CURRENT_CONTEXT(ctx);
|
GET_CURRENT_CONTEXT(ctx);
|
||||||
struct st_context *st = ctx->st;
|
struct st_context *st = ctx->st;
|
||||||
int i;
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
int i;
|
||||||
|
|
||||||
printf("Vertex Transform Inputs:\n");
|
printf("Vertex Transform Inputs:\n");
|
||||||
for (i = 0; i < st->vp->state.num_inputs; i++) {
|
for (i = 0; i < st->vp->state.num_inputs; i++) {
|
||||||
printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
|
printf(" Slot %d: VERT_ATTRIB_%d\n", i, st->vp->index_to_input[i]);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue