gallium/aux/util/u_mm.c: Fix one -Wparam-unused warning.
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:45 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:57 +0000 (09:27 -0700)
commit2644a80ccfa8118acc21300b6ea9f3eac751e5ef
tree3f71060933ac5b427d2425a56da9593622f1283a
parent1c0d4baaf7ffc3076fd2496e29507f59541091af
gallium/aux/util/u_mm.c: Fix one -Wparam-unused warning.

Decorate the unused param accordingly 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_mm.c