Files
xserver/dix
Adam Jackson 6f0903ddc9 dix: Hush an almost certainly bogus warning
../dix/getevents.c: In function ‘transformAbsolute’:
../dix/getevents.c:1195:28: warning: ‘oy’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     struct pixman_f_vector p = {.v = {*x, *y, 1} };
                            ^
../dix/getevents.c:1234:22: note: ‘oy’ was declared here
     double x, y, ox, oy;
                      ^~

This one is truly special. Even though both ox and oy are set and read
along the same paths, only oy is marked for this warning! Initializing
just oy = 0.0 fixes it entirely, but let's not make a weird thing
weirder.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Acked-by: Keith Packard <keithp@keithp.com>
2018-04-05 14:18:52 -04:00
..
2015-07-08 16:41:29 -04:00
2017-12-06 11:59:28 -05:00
2014-11-12 10:25:00 +10:00
2017-06-20 16:37:24 -04:00
2017-10-30 13:45:20 -04:00
2015-04-21 16:57:07 -07:00
2017-11-06 17:22:46 -05:00
2018-03-27 10:13:18 -04:00
2017-10-30 13:45:20 -04:00
2016-05-26 16:07:54 -07:00
2013-07-23 23:56:58 +01:00
2014-11-12 10:25:00 +10:00
2017-11-06 16:46:32 -05:00