Files
xserver/hw/xfree86
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-07-23 12:24:27 +02:00
2025-07-23 12:24:27 +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