On Tue, 19 Aug 2014 15:59:45 +0200
Ondřej Majerech wrote:
> This silences the following warning:
> src/vertex-clipping.c:196:22: warning: array subscript is below array
> bounds [-Warray-bounds]
> ctx->prev.x = src->x[src->n - 1];
>
> Signed-off-by: Ondřej Majerech
> ---
> src/vertex-c
This silences the following warning:
src/vertex-clipping.c:196:22: warning: array subscript is below array
bounds [-Warray-bounds]
ctx->prev.x = src->x[src->n - 1];
Signed-off-by: Ondřej Majerech
---
src/vertex-clipping.c | 12
1 file changed, 12 insertions(+)
diff --git a/