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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user