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

(cherry picked from commit 795a36325a)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32261>
This commit is contained in:
Michel Zou
2024-11-17 16:55:24 +01:00
committed by Dylan Baker
parent bc1c6a15c0
commit 49e5090f79
2 changed files with 2 additions and 2 deletions

View File

@@ -654,7 +654,7 @@
"description": "ac/gpu_info: Fix missing prototype mingw error",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "246051ebc6878ff980fe52f9d31ac08abf6943ee",
"notes": null

View File

@@ -346,7 +346,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;