gallium/aux/util/u_debug_describe.c: Silence an -Wunused-param warning
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:35 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:56 +0000 (09:27 -0700)
commit9b80c03870f97be1e5ed1ed5c7b82b87749760f2
treeb6ddbc86a81db4ce79882d57c05d95a098052cb3
parentca7d5170eb7660e86dfddcc1fa2d359d12b78ef6
gallium/aux/util/u_debug_describe.c: Silence an -Wunused-param warning

Annotate the unused parameter.

v2: move UNUSED decoration in front of parameter declaration

Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
src/gallium/auxiliary/util/u_debug_describe.c