Re: [PULL] --enable-debug -Wformat fixes

2015-08-28 Thread Keith Packard
Jon Turney writes: > Jon TURNEY (5): > debug output format fix in xf86Events.c > debug output format fix in TI.c > debug output format fix in DRISwapContext() > debug output format fix in ephyrProcessMouseMotion() > debug output format fix in TouchEventHistoryPush()

[PULL] --enable-debug -Wformat fixes

2015-08-28 Thread Jon Turney
Hi Keith, A small set of patches to fix building with -Werror=format after ./configure-ing with --enable-debug There remain a couple of instances of DebugF with an incorrect format for a CARD32, which I need to think about some more. Please consider pulling into master. Thanks. The followi