mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
The vdrm_vpipe_connect() prototype defined in vdrm.c doesn't match
vdrm_vpipe_connect() defined in vdrm_vpipe.c. This leads to a compilation
warning about the wrong proto when Mesa linked with enabled LTO. Fix the
vdrm_vpipe_connect() definition.
Fixes:
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| vdrm.c | ||
| vdrm.h | ||
| vdrm_virtgpu.c | ||
| vdrm_vpipe.c | ||