summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2016-02-16 13:31:27 -0500
committerRob Clark <[email protected]>2016-02-18 17:10:55 -0500
commitb01575ec9992783213832c4f6473e6d607a0b40b (patch)
treecd6f9868866bf32bd4618911e68473301ce37872 /src/mesa/main/texstore.c
parente93caca071570193c1d9e0c3c62561680b06dcbb (diff)
glsl: fix new gcc6 warnings
src/compiler/glsl/lower_discard_flow.cpp:79:1: warning: ‘ir_visitor_status {anonymous}::lower_discard_flow_visitor::visit_enter(ir_loop_jump*)’ defined but not used [-Wunused-function] lower_discard_flow_visitor::visit_enter(ir_loop_jump *ir) ^~~~~~~~~~~~~~~~~~~~~~~~~~ The base class method that was intended to be overridden was 'visit(ir_loop_jump *ir)', not visit_enter(). Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/texstore.c')
0 files changed, 0 insertions, 0 deletions