ac/gpu_info: Fix missing prototype mingw error

Fixes: 246051ebc6 ("ac/gpu_info: print 32bpp modifiers")

Reviewed-by: Marek Olšák <marek.olsak@amd.com>

Closes #8858

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32177>
This commit is contained in:
Michel Zou
2024-11-17 16:55:24 +01:00
committed by Marge Bot
parent 6d14cad330
commit 795a36325a

View File

@@ -347,7 +347,7 @@ static intptr_t readlink(const char *path, char *buf, size_t bufsiz)
{
return -1;
}
extern char *
static char *
drmGetFormatModifierName(uint64_t modifier)
{
return NULL;