summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_basic_block.cpp
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-03-05 16:39:59 -0700
committerBrian Paul <[email protected]>2014-03-06 07:45:36 -0700
commitef8a19ed4facf9769e1da1cbb9e741df23893ed5 (patch)
treeaf8692cfec0d144db2cf0db168cd8b8294dfd003 /src/glsl/ir_basic_block.cpp
parent3649800009bffc7787f08c32cfee355b8e874b20 (diff)
glsl: fix compiler warnings in link_uniforms.cpp
With a non-debug build, gcc has two complaints: 1. 'found' var not used. Silence with '(void) found;' 2. 'id' not initialized. It's assigned by the UniformHash->get() call, actually. But init it to zero to silence gcc. Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl/ir_basic_block.cpp')
0 files changed, 0 insertions, 0 deletions