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 commit795a36325a
) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32261>
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user