Re: [Intel-gfx] [PATCH xf86-video-intel 00/21] Compiler warn elimination

2019-09-27 Thread Chris Wilson
Quoting Ville Syrjala (2019-09-19 17:30:52) > From: Ville Syrjälä > > Random smattering of patches to eliminate compiler warnings. > Some I just suppressed out of lazyness, others I tried to > silence by adjusting the code a bit. Some of the aliasing pointer avoidance looked silly, but silly com

[Intel-gfx] [PATCH xf86-video-intel 00/21] Compiler warn elimination

2019-09-19 Thread Ville Syrjala
From: Ville Syrjälä Random smattering of patches to eliminate compiler warnings. Some I just suppressed out of lazyness, others I tried to silence by adjusting the code a bit. Afterwards the build is clean on my gcc 8.3, though with a bunch of stuff still suppressed I'm not 100% sure that's a go