mirror of
https://github.com/X11Libre/xf86-video-vesa.git
synced 2026-03-24 01:25:22 +00:00
Flagged by clang 19.1.7:
vesa.c:1448:9: warning: macro is not used [-Wunused-macros]
1448 | #define WriteCrtc(index, value) \
| ^
Fixes: ea57dcf ("Use VBE services for DPMS instead of banging VGA registers manually.")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/-/merge_requests/14>