summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/opt_structure_splitting.cpp
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2016-02-16 13:35:58 -0500
committerRob Clark <[email protected]>2016-02-18 17:10:55 -0500
commite93caca071570193c1d9e0c3c62561680b06dcbb (patch)
treed639910237c229f2dcf7b42a3155e7001047f567 /src/compiler/glsl/opt_structure_splitting.cpp
parente2060aaf57f4146b1a0faec55f5f2e45190d427e (diff)
glsl: fix new gcc6 warnings
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_to_hir.cpp:6339:52: warning: ‘first_member_has_explicit_location’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (!layout->flags.q.explicit_location && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ ((first_member_has_explicit_location && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !qual->flags.q.explicit_location) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (!first_member_has_explicit_location && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qual->flags.q.explicit_location))) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/compiler/glsl/opt_structure_splitting.cpp')
0 files changed, 0 insertions, 0 deletions