aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRhys Kidd <[email protected]>2016-02-13 13:21:15 -0500
committerEric Anholt <[email protected]>2016-02-15 17:13:52 -0800
commitc75ced362319ddb27daa137b10da61373ef5c485 (patch)
tree46fca9c16fccea39564c03d90d0b8e452d6446bf /SConstruct
parent655fa0f46531a15b6fb0e31486e305e518100c66 (diff)
vc4: Correct typo setting 'handled_qinst_cond'
Variable was previously always set to true. Accordingly, the later assert() served no active purpose. Found with GCC warning and code inspection: mesa/src/gallium/drivers/vc4/vc4_qpu_emit.c: In function'vc4_generate_code': mesa/src/gallium/drivers/vc4/vc4_qpu_emit.c:315:22: warning: variable 'handled_qinst_cond' set but not used [-Wunused-but-set-variable] bool handled_qinst_cond = true; ^ Signed-off-by: Rhys Kidd <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
Diffstat (limited to 'SConstruct')
0 files changed, 0 insertions, 0 deletions