panfrost: silence compiler warning

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28595>
This commit is contained in:
Erik Faye-Lund 2024-04-05 14:51:31 +02:00 committed by Marge Bot
parent 87fde606cf
commit d55f85491c

View file

@ -34,7 +34,9 @@
#include "pan_context.h"
#ifdef ENABLE_SHADER_CACHE
static bool debug = false;
#endif
extern int midgard_debug;
extern int bifrost_debug;