diff options
author | Ben Widawsky <[email protected]> | 2016-05-26 21:59:17 -0700 |
---|---|---|
committer | Ben Widawsky <[email protected]> | 2016-05-26 21:59:17 -0700 |
commit | 8314dd7ff2c4719ffb64b202cf5fdd0e38ad276e (patch) | |
tree | 913c4fadf99700600baf2d74486845a1c156edb5 /src/gallium/drivers/svga/SConscript | |
parent | 4ccf8c952abb471f94d6f40786d896723f94c0ea (diff) |
isl: Fix some tautological-compare warnings
Fixes:
isl.c:62:22: warning: self-comparison always evaluates to true [-Wtautological-compare]
assert(ISL_DEV_GEN(dev) == dev->info->gen);
^~
isl.c:63:33: warning: self-comparison always evaluates to true [-Wtautological-compare]
assert(ISL_DEV_USE_SEPARATE_STENCIL(dev) == dev->use_separate_stencil);
Signed-off-by: Ben Widawsky <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/SConscript')
0 files changed, 0 insertions, 0 deletions