Re: [Mesa-dev] [PATCH 09/10] glsl: fix new gcc6 warnings

2016-02-16 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 02/16/2016 10:58 AM, Rob Clark wrote: > src/compiler/glsl/ast_to_hir.cpp: In function ‘unsigned int > ast_process_struct_or_iface_block_members(exec_list*, > _mesa_glsl_parse_state*, exec_list*, glsl_struct_field**, bool, > glsl_matrix_layout, bool,

[Mesa-dev] [PATCH 09/10] glsl: fix new gcc6 warnings

2016-02-16 Thread Rob Clark
src/compiler/glsl/ast_to_hir.cpp: In function ‘unsigned int ast_process_struct_or_iface_block_members(exec_list*, _mesa_glsl_parse_state*, exec_list*, glsl_struct_field**, bool, glsl_matrix_layout, bool, ir_variable_mode, ast_type_qualifier*, unsigned int, unsigned int)’: src/compiler/glsl/ast_t