Re: [Piglit] [PATCH] cl-program-tester: Fix regexec usage.

2014-06-12 Thread Tom Stellard
On Sun, Jun 01, 2014 at 08:28:32PM -0700, Vinson Lee wrote: This patch fixes this GCC warning. program-tester.c: In function ‘parse_name’: program-tester.c:1131:2: warning: passing argument 4 of ‘regexec’ from incompatible pointer type [enabled by default] if (!regexec(regex, input, 1,

[Piglit] [PATCH] cl-program-tester: Fix regexec usage.

2014-06-01 Thread Vinson Lee
This patch fixes this GCC warning. program-tester.c: In function ‘parse_name’: program-tester.c:1131:2: warning: passing argument 4 of ‘regexec’ from incompatible pointer type [enabled by default] if (!regexec(regex, input, 1, pmatch, 0)) { ^ program-tester.c:33:0:

[Piglit] [PATCH] cl-program-tester: Fix regexec usage.

2014-04-01 Thread Vinson Lee
This patch fixes this GCC warning. program-tester.c: In function ‘parse_name’: program-tester.c:1131:2: warning: passing argument 4 of ‘regexec’ from incompatible pointer type [enabled by default] if (!regexec(regex, input, 1, pmatch, 0)) { ^ program-tester.c:33:0:

[Piglit] [PATCH] cl-program-tester: Fix regexec usage.

2014-02-28 Thread Vinson Lee
This patch fixes this GCC warning. program-tester.c: In function ‘parse_name’: program-tester.c:1131:2: warning: passing argument 4 of ‘regexec’ from incompatible pointer type [enabled by default] if (!regexec(regex, input, 1, pmatch, 0)) { ^ program-tester.c:33:0: