Re: [Mesa-dev] [PATCH 0/2] low hanging warning fixes

2015-01-15 Thread Jan Vesely
On Thu, 2015-01-15 at 14:47 +, Jose Fonseca wrote: > On 14/01/15 20:53, Jan Vesely wrote: > > these two patches fix cca 90 warnings when compiling src/mesa. > > The idea is to reduce warning bloat so that the remaining stuff > > can be looked into to check whether the warning hints at bigger is

Re: [Mesa-dev] [PATCH 0/2] low hanging warning fixes

2015-01-15 Thread Jose Fonseca
On 14/01/15 20:53, Jan Vesely wrote: these two patches fix cca 90 warnings when compiling src/mesa. The idea is to reduce warning bloat so that the remaining stuff can be looked into to check whether the warning hints at bigger issue gcc 4.9.2 with Wextra: from 2 -Warray-bounds 29 -

[Mesa-dev] [PATCH 0/2] low hanging warning fixes

2015-01-14 Thread Jan Vesely
these two patches fix cca 90 warnings when compiling src/mesa. The idea is to reduce warning bloat so that the remaining stuff can be looked into to check whether the warning hints at bigger issue gcc 4.9.2 with Wextra: from 2 -Warray-bounds 29 -Wmaybe-uninitialized 38 -Wmissing-fi