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
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 -
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