diff options
author | Matt Turner <[email protected]> | 2014-11-21 14:53:20 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-11-24 14:09:23 -0800 |
commit | b754e525325d6a04d2c43372cd359486ff69b812 (patch) | |
tree | b3929b7d7c727312e7ae3d1f7b2003313a39eebb /src/glsl/glsl_symbol_table.h | |
parent | 024db256d446668e65d39ca988b00ba16e3a88bc (diff) |
glsl: Fix tautological comparison.
Caught by clang.
warning: comparison of constant -1 with expression of type
'ir_texture_opcode' is always false
[-Wtautological-constant-out-of-range-compare]
if (op == -1)
~~ ^ ~~
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/glsl_symbol_table.h')
0 files changed, 0 insertions, 0 deletions