gallium/aux/util/u_threaded_context.c: Fix some -Wunused-param warnings.
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 16 Nov 2017 15:09:48 +0000 (16:09 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 17 Nov 2017 16:27:57 +0000 (09:27 -0700)
commit82e2f1ea34c8479b7bc35e5b750e0c329aade582
tree8c17e118056c5703543721e74e44312d10dd7c4a
parenta5da06d9b76a2c9271b8518178ee613c4553ab9f
gallium/aux/util/u_threaded_context.c: Fix some -Wunused-param warnings.

Decorate the params accordingly with UNUSED or MAYBE_UNUSED (for params
that are used in debug mode).

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