From 745bae40adfdc6c6107cd104dcdc5195e95b0230 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 22 Jun 2019 18:08:08 +0100 Subject: gallium/aux: 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 Reviewed-by: Matt Turner --- src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/pipe-loader') diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c index f2541e8691d..c2a3896b8f7 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c @@ -277,7 +277,7 @@ fail: static void pipe_loader_sw_release(struct pipe_loader_device **dev) { - MAYBE_UNUSED struct pipe_loader_sw_device *sdev = + UNUSED struct pipe_loader_sw_device *sdev = pipe_loader_sw_device(*dev); #ifndef GALLIUM_STATIC_TARGETS -- cgit v1.2.3