xserver/hw/xfree86/ramdac
Jon TURNEY 27cf584027 debug output format fix in TI.c
xserver/hw/xfree86/ramdac/TI.c:118:12: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Werror=format=]
xserver/hw/xfree86/ramdac/TI.c:118:12: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Werror=format=]
xserver/hw/xfree86/ramdac/TI.c:118:12: error: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Werror=format=]

Use %lu for an unsigned long

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-08-28 12:06:39 +01:00
..
BT.c
BT.h
BTPriv.h
CURSOR.NOTES
IBM.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
IBM.h
IBMPriv.h
Makefile.am
TI.c debug output format fix in TI.c 2015-08-28 12:06:39 +01:00
TI.h
TIPriv.h
xf86Cursor.c cursor: drop ARGB_CURSOR 2015-06-30 12:17:51 +10:00
xf86Cursor.h cursor: drop ARGB_CURSOR 2015-06-30 12:17:51 +10:00
xf86CursorPriv.h Add a return value to load_cursor_argb() to allow it to report failure 2014-04-03 16:46:55 -07:00
xf86HWCurs.c cursor: drop ARGB_CURSOR 2015-06-30 12:17:51 +10:00
xf86RamDac.c
xf86RamDac.h Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
xf86RamDacCmap.c xfree86: Remove #include "compiler.h" from places that don't need it 2014-07-28 12:18:03 -07:00
xf86RamDacPriv.h