diff options
author | Vinson Lee <[email protected]> | 2013-09-09 20:14:28 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2013-09-10 10:44:09 -0700 |
commit | 49f2ba2cb07202b93955d15bc2bce2d4ae77bbf9 (patch) | |
tree | 56befeba21afbe88f688ca2878051ee6817bde5e /src/gallium/drivers/radeonsi/r600_resource.c | |
parent | d93e23ba25cbfd8f77a4b3a113ca7ed3dece1e68 (diff) |
radeonsi: Add parentheses around '|' operands.
Fixes GCC parentheses warning.
r600_texture.c: In function 'si_texture_create':
r600_texture.c:518:20: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
!(templ->bind & PIPE_BIND_CURSOR | PIPE_BIND_LINEAR)) {
^
Fixes "Wrong operator used" defect reported by Coverity.
Signed-off-by: Vinson Lee <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/r600_resource.c')
0 files changed, 0 insertions, 0 deletions