Files
xserver/include
Peter Hutterer b227d97456 include: fix compiler warning about casting int to uint16_t
/usr/include/xorg/misc.h:141:30: warning: implicit conversion loses integer
precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wconversion]
    return ((x & 0xff) << 8) | ((x >> 8) & 0xff);
        ~~~~~~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

Function sig is a uint16_t, so just force the cast.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-10-30 09:07:49 +10:00
..
2014-07-17 10:19:52 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-07-17 10:19:52 -07:00
2014-07-17 10:19:52 -07:00
2013-09-10 13:28:24 -04:00
2014-07-17 10:19:52 -07:00
2014-07-17 10:19:52 -07:00
2012-11-19 12:12:23 +10:00
2013-10-31 16:59:18 -07:00
2014-07-17 10:19:52 -07:00
2014-10-27 13:01:43 -07:00
2014-01-12 10:14:49 -08:00
2014-10-08 10:10:39 +02:00
2014-02-04 11:27:48 +10:00
2013-09-10 13:28:24 -04:00
2014-07-29 09:52:04 -04:00
2014-07-17 10:19:52 -07:00
2012-03-21 13:54:42 -07:00
2013-10-31 16:58:16 -07:00
2014-07-17 10:19:52 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-07-17 10:19:52 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-07-17 10:19:52 -07:00
2012-03-21 13:54:42 -07:00