gallium/aux/util/u_format_yuv.c: Fix a number of -Wunused-param warnings.
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:44 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:57 +0000 (09:27 -0700)
commit1c0d4baaf7ffc3076fd2496e29507f59541091af
tree84805d2957a26412dd8a499314b2b48cdba23955
parenta837a3d10d98e7a1de3384a954d5e8ec984aacf8
gallium/aux/util/u_format_yuv.c: Fix a number of -Wunused-param warnings.

Decorate the params 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_format_yuv.c