Skip to content

xf86drm: fix compiler warnings

Eleni Maria Stea requested to merge hikiko/drm:hikiko/wip/fix-warnings into main

Used casting to fix warnings about assigning different enum types to variables. Used error checks in places where snprintf is called and output might be truncated to fix gcc format-truncation warnings.

Signed-off-by: Eleni Maria Stea elene.mst@gmail.com

Merge request reports