Enrico Weigelt, metux IT consult
6acd1c8a6f
xfree86: drm_platform: fix warning on potentially unitialized variable
../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>
2025-08-05 12:15:02 +02:00
..
2025-08-04 12:43:01 +02:00
2025-07-03 16:55:14 +02:00
2025-07-23 12:24:27 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 17:21:47 +02:00
2025-06-16 10:32:48 +02:00
2025-06-27 13:58:05 +02:00
2025-07-23 17:54:22 +02:00
2025-06-12 17:21:48 +02:00
2025-08-01 17:07:33 +02:00
2025-06-12 17:21:48 +02:00
2025-07-23 11:17:09 +02:00
2025-06-27 13:58:05 +02:00
2025-08-01 13:27:58 +02:00
2025-08-04 12:02:19 +02:00
2025-07-23 12:24:27 +02:00
2025-08-05 12:15:02 +02:00
2025-08-04 12:02:19 +02:00
2025-06-12 17:21:43 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 16:33:37 +02:00
2025-06-12 17:21:48 +02:00
2025-06-12 16:33:24 +02:00
2025-06-12 17:21:47 +02:00
2025-07-23 15:24:38 +02:00
2025-08-05 11:39:28 +02:00
2019-10-01 17:05:28 +00:00
2015-01-05 09:53:58 +10:00
2020-07-05 13:07:33 -07:00