xf86drm: fix compiler warnings
authorEleni Maria Stea <elene.mst@gmail.com>
Mon, 22 Nov 2021 10:14:36 +0000 (12:14 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 25 Nov 2021 20:28:33 +0000 (20:28 +0000)
commit997edcd37ff0a8c26cc9514f6a376b10f721892e
tree0a636d9a132d92bdff07bf4075cfc83fb506ee06
parentf70e8ae83590d2a1fb1972dc7e875dd6a9355b77
xf86drm: fix compiler warnings

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.

v2: Removed a change in drm.h (Simon Ser)
v3, v4: Removed unecessary braces in snprintf (Simon Ser)

Signed-off-by: Eleni Maria Stea <elene.mst@gmail.com>
xf86drm.c