xserver/hw
Adam Jackson 17ad6e5d56 dmx: Silence an unused-result warning
Modern glibc is very insistent that you care about whether write()
succeeds:

../hw/dmx/input/usb-keyboard.c: In function ‘kbdUSBCtrl’:
../hw/dmx/input/usb-keyboard.c:292:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
         write(priv->fd, &event, sizeof(event));
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
2017-06-20 16:39:23 -04:00
..
dmx dmx: Silence an unused-result warning 2017-06-20 16:39:23 -04:00
kdrive xephyr: Fix regeneration 2017-05-11 14:13:12 -04:00
vfb Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
xfree86 xfree86: Move DRICreatePCIBusID to the PCI code 2017-06-20 16:37:24 -04:00
xnest Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
xquartz Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
xwayland xwayland: Implement tablet_tool_wheel for scrolling 2017-06-12 11:46:23 +10:00
xwin Add meson.build for XWin server (v2) 2017-06-02 09:32:35 -07:00
Makefile.am Xwayland DDX 2014-04-03 15:19:22 -07:00
meson.build Add meson.build for XWin server (v2) 2017-06-02 09:32:35 -07:00