gallium/aux/util/u_format_latc.c: Fix various -Wunused-param warnings, (v2)
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:41 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:57 +0000 (09:27 -0700)
commit3b4bacc09f6f046577b790796a6a946edef8ec21
tree977c907831da005409ed588494f4fc6cbb4b256b
parentd744387b088380f32d15f0544699e8c705518a06
gallium/aux/util/u_format_latc.c: Fix various -Wunused-param warnings, (v2)

Decorate the unused params with "UNUSED".

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_format_latc.c