On Mon, Jan 12, 2015 at 9:59 AM, Laura Ekstrand wrote:
> Fixes "macro compares unsigned to 0 (NO_EFFECT)" found by Coverity Scan.
> ---
I'd probably make the subject something like "main: Remove unsigned
comparison for >= 0." and then mention the Coverity defect in the
message.
Either way,
Revi
Fixes "macro compares unsigned to 0 (NO_EFFECT)" found by Coverity Scan.
---
src/mesa/main/texstate.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h
index 2514d10..abc07ea 100644
--- a/src/mesa/main/texstate.h
+++ b/src/mesa/main/texstate.h
@