From 3ecfe206481a8a7a89d12804a2cafd2fc0b24817 Mon Sep 17 00:00:00 2001 From: "Kristian H. Kristensen" Date: Wed, 10 Apr 2019 13:09:01 -0700 Subject: [PATCH] tgsi: Mark tgsi_strings_check() unused It's there to hold the static asserts, don't warning about it being unused. Signed-off-by: Kristian H. Kristensen --- src/gallium/auxiliary/tgsi/tgsi_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index 03261ed..887d227 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -237,7 +237,7 @@ const char *tgsi_memory_names[4] = }; -static inline void +UNUSED static inline void tgsi_strings_check(void) { STATIC_ASSERT(ARRAY_SIZE(tgsi_semantic_names) == TGSI_SEMANTIC_COUNT); -- 2.7.4