Skip to content

xf86drm.c, tests: fixed compiler warnings

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

Minor fixes to get rid of gcc warnings:

  • xf86drm.c: moved declaration at the top to stop c90 compliance warning.
  • tests: modeprint, modetest, proptest: used the correct type in printf.

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

Merge request reports