Re: [Mesa-dev] [PATCH 0/4] Fix some warnings caught by GCC5

2015-06-08 Thread Martin Peres
On 05/06/15 16:31, Brian Paul wrote: Series looks good to me. Reviewed-by: Brian Paul I pushed patches 1 and 4. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 0/4] Fix some warnings caught by GCC5

2015-06-05 Thread Brian Paul
Series looks good to me. Reviewed-by: Brian Paul On 06/05/2015 06:31 AM, Martin Peres wrote: GCC5 apparently got the ability to remember if the output variables of a function have been initialized in all the codepathes. The first two patches fix real issues. The r600 patch seem to fix a real

[Mesa-dev] [PATCH 0/4] Fix some warnings caught by GCC5

2015-06-05 Thread Martin Peres
GCC5 apparently got the ability to remember if the output variables of a function have been initialized in all the codepathes. The first two patches fix real issues. The r600 patch seem to fix a real issue, but I have not spent too long looking at the code. GCC5 also became more annoying around l