vc4: Clean up release build warnings using MAYBE_UNUSED.
authorEric Anholt <eric@anholt.net>
Mon, 6 Feb 2017 22:48:45 +0000 (14:48 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 20 Jun 2017 16:09:09 +0000 (09:09 -0700)
commit45b0172693edf84eb27fe657a49da5a4f2989d8d
tree5bef365d7df865d29029f610249908751ff606a6
parent743dcdd93696d305de7146aa6e33359db3e2eab2
vc4: Clean up release build warnings using MAYBE_UNUSED.

These variables are all used in an assert(), so release builds see no
usages.
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_qpu_emit.c