Re: [Mesa-dev] nir warnings

2015-02-10 Thread Brian Paul
On 02/10/2015 12:19 PM, Matt Turner wrote: On Tue, Feb 10, 2015 at 11:15 AM, Brian Paul wrote: There's a number of new compiler warnings (gcc 4.8.2) in the nir code: I'm glad I'm not the only one annoyed by new warnings. nir/glsl_to_nir.cpp: In member function 'virtual void {anonymous}::nir

Re: [Mesa-dev] nir warnings

2015-02-10 Thread Matt Turner
On Tue, Feb 10, 2015 at 11:15 AM, Brian Paul wrote: > There's a number of new compiler warnings (gcc 4.8.2) in the nir code: I'm glad I'm not the only one annoyed by new warnings. > nir/glsl_to_nir.cpp: In member function 'virtual void > {anonymous}::nir_visitor::visit(ir_call*)': > nir/glsl_to_

[Mesa-dev] nir warnings

2015-02-10 Thread Brian Paul
There's a number of new compiler warnings (gcc 4.8.2) in the nir code: nir/glsl_to_nir.cpp: In member function 'virtual void {anonymous}::nir_visitor::visit(ir_call*)': nir/glsl_to_nir.cpp:610:73: warning: 'op' may be used uninitialized in this function [-Wmaybe-uninitialized] nir_intri