xserver-multidpi/hw/dmx/config
Alan Coopersmith 11af200b00 dmx: move format strings inline so gcc can check
Gets rid of gcc 4.8 warnings:

dmxprint.c: In function ‘dmxConfigPrintPair’:
dmxprint.c:284:25: warning: format not a string literal,
  argument types not checked [-Wformat-nonliteral]
                         p->ysign < 0 ? '-' : '+', p->y);
                         ^
dmxprint.c:289:9: warning: format not a string literal,
  argument types not checked [-Wformat-nonliteral]
         dmxConfigOutput(addSpace, 0, p->comment, format, p->x, p->y);
         ^

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
2015-02-10 18:14:44 -08:00
..
man man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
Canvas.c Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
Canvas.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
CanvasP.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxcompat.c dmxVDLRead: if we opened a file, close it instead of leaking it 2013-04-24 14:22:36 -07:00
dmxcompat.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxconfig.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxconfig.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxparse.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxparse.h dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput() 2015-02-10 18:14:44 -08:00
dmxprint.c dmx: move format strings inline so gcc can check 2015-02-10 18:14:44 -08:00
dmxprint.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dmxtodmx.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am Move to autoconf standard function name checks & defines 2011-12-05 14:32:45 -08:00
parser.y Prepare Xdmx and Xvfb for modularization by adding appropriate #include 2005-07-12 00:52:48 +00:00
scanner.l Convert strncpy/strncat to strlcpy/strlcat 2011-11-23 12:15:05 -08:00
test-a.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-a.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-b.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-b.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-c.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-c.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-d.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-d.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-e.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-e.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-f.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-f.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-g.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-g.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-h.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-h.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-i.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-i.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-j.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-j.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-k.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-k.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-l.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-l.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
TODO Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
vdltodmx.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xdmxconfig.c dmxConfigCanvasUpdate: Delay dereference until after checking for NULL 2014-04-21 20:54:22 -07:00