gallium/aux/util/u_format.c: Fix one -Wunused-param warning
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:39 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:56 +0000 (09:27 -0700)
commitcf93a7fc9eba4f706749ef0051ac2d93122caf4c
treecde42d6e195092f164f4b755d728ee597851ff99
parente979ab70c2b1aa350ae6f23fe9affd9d8dd636ff
gallium/aux/util/u_format.c: Fix one -Wunused-param warning

This warning was issued only in release mode. Fix it by fake-using the
parameter.

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