Re: [Mesa-dev] [PATCH] draw: Change slot from unsigned to int.

2013-08-05 Thread Brian Paul
On 08/04/2013 12:49 AM, Vinson Lee wrote: unfilled_stage::face_slot is of type int. Fixes Unsigned compared against 0 defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- src/gallium/auxiliary/draw/draw_pipe_unfilled.c | 2 +- 1 file changed, 1 insertion(+), 1

[Mesa-dev] [PATCH] draw: Change slot from unsigned to int.

2013-08-04 Thread Vinson Lee
unfilled_stage::face_slot is of type int. Fixes Unsigned compared against 0 defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- src/gallium/auxiliary/draw/draw_pipe_unfilled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git