Re: [Mesa-dev] [PATCH 2/2] svga: silence array out of bounds warning

2019-03-04 Thread Neha Bhende
For the series, Reviewed-by: Neha Bhende Regards, Neha From: Brian Paul Sent: Monday, March 4, 2019 9:20 AM To: mesa-dev@lists.freedesktop.org Cc: Neha Bhende Subject: [PATCH 2/2] svga: silence array out of bounds warning MinGW release build

[Mesa-dev] [PATCH 2/2] svga: silence array out of bounds warning

2019-03-04 Thread Brian Paul
MinGW release build complains about a possible out-of-bounds array access. Test i < 4 to silence it. --- src/gallium/drivers/svga/svga_tgsi_insn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/svga_tgsi_insn.c