gallium/aux/util/u_format_other.c: Fix various -Wunused-param warnings
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:42 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:57 +0000 (09:27 -0700)
commita29181d3c1659e270f994a7b3003c122075069fd
tree8a5a48eebf0cacb3faa2f18e0c802ba4636b05e5
parent3b4bacc09f6f046577b790796a6a946edef8ec21
gallium/aux/util/u_format_other.c: Fix various -Wunused-param warnings

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