OSDN Git Service

mesa: replace MAYBE_UNUSED with UNUSED
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 22 Jun 2019 17:05:14 +0000 (18:05 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 31 Jul 2019 08:41:05 +0000 (09:41 +0100)
commit513e67d2e4844a6a31fab3e3f84eb7aaa142a11f
tree9cb12d3028fc9399294cfc49848ef15a9ff8840f
parentc8a453a7706c3e85da6d1d0ded773c83ae93d51b
mesa: replace MAYBE_UNUSED with UNUSED

MAYBE_UNUSED is going away, so let's replace legitimate uses of it with
UNUSED, which the former aliased to so far anyway.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/texstore.h