On 10/26/2013 12:36 AM, Vinson Lee wrote:
> logic_op is of type GLenum (unsigned int).
>
> Fixes "Macro compares unsigned to 0" defect reported by Coverity.
>
> Signed-off-by: Vinson Lee
> ---
> src/mesa/drivers/dri/i915/intel_blit.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
logic_op is of type GLenum (unsigned int).
Fixes "Macro compares unsigned to 0" defect reported by Coverity.
Signed-off-by: Vinson Lee
---
src/mesa/drivers/dri/i915/intel_blit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i915/intel_blit.c
b/src/mes