mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
../hw/xfree86/os-support/shared/drm_platform.c:37:13: warning: variable 'paused' is uninitialized when used here [-Wuninitialized]
37 | if (paused) {
| ^~~~~~
../hw/xfree86/os-support/shared/drm_platform.c:31:16: note: initialize the variable 'paused' to silence this warning
31 | Bool paused, server_fd = FALSE;
| ^
| = 0
1 warning generated.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>