Skip to content

ac/gpu_info: Fix missing prototype mingw error

xantares requested to merge xantares/mesa:mingwamd into main

What does this MR do and why?

Fixes athe compilation error:

c_gpu_info.c:351:1: error: no previous prototype for 'drmGetFormatModifierName' [-Werror=missing-prototypes]

Closes #8858 (closed)

cc @dh

Merge request reports

Loading