On Monday, December 14, 2015 03:34:31 PM Ian Romanick wrote:
> From: Ian Romanick
>
> Number of total warnings in my build reduced from 1485 to 1476
> (reduction of 9).
>
> Signed-off-by: Ian Romanick
> ---
> src/glsl/nir/glsl_to_nir.cpp | 2 +-
> src/glsl/nir/nir.c
From: Ian Romanick
These cases had the parameter removed:
nir/nir_lower_vec_to_movs.c: In function ‘try_coalesce’:
nir/nir_lower_vec_to_movs.c:124:66: warning: unused parameter ‘shader’
[-Wunused-parameter]
try_coalesce(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader)