summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_noise.h
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2014-06-13 21:37:18 -0700
committerVinson Lee <[email protected]>2014-06-14 23:21:43 -0700
commit32c55448602f8ed764005e72682f5f3979763321 (patch)
tree8d5aa5eb3cc50bc645e79ce8f88285cd8878b82c /src/mesa/program/prog_noise.h
parent4191cc48611783163e28fc04c3c4a3057d309c1e (diff)
mesa/drivers: Fix clang constant-logical-operand warnings.
This patch fixes several clang constant-logical-operand warnings such as the following. ../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:130:32: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if (DO_TWOSIDE || DO_OFFSET || DO_UNFILLED || DO_TWOSTENCIL) ^ ~~~~~~~~~~~ ../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:130:32: note: use '|' for a bitwise operation if (DO_TWOSIDE || DO_OFFSET || DO_UNFILLED || DO_TWOSTENCIL) ^~ | Signed-off-by: Vinson Lee <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_noise.h')
0 files changed, 0 insertions, 0 deletions