Re: [Piglit] [PATCH] arb_cull_distance: Fix sometimes-uninitialized warnings.

2017-04-03 Thread Nicolai Hähnle
Reviewed-by: Nicolai Hähnle On 01.04.2017 01:27, Vinson Lee wrote: exceed-limits.c:75:6: warning: variable 'clip_distances' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (strcmp(argv[1], "cull") == 0) {

[Piglit] [PATCH] arb_cull_distance: Fix sometimes-uninitialized warnings.

2017-03-31 Thread Vinson Lee
exceed-limits.c:75:6: warning: variable 'clip_distances' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (strcmp(argv[1], "cull") == 0) { ^~~~ exceed-limits.c:90:14: note: uninitialized use occurs here

[Piglit] [PATCH] arb_cull_distance: Fix sometimes-uninitialized warnings.

2017-03-04 Thread Vinson Lee
exceed-limits.c:75:6: warning: variable 'clip_distances' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (strcmp(argv[1], "cull") == 0) { ^~~~ exceed-limits.c:90:14: note: uninitialized use occurs here

[Piglit] [PATCH] arb_cull_distance: Fix sometimes-uninitialized warnings.

2017-02-15 Thread Vinson Lee
exceed-limits.c:75:6: warning: variable 'clip_distances' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (strcmp(argv[1], "cull") == 0) { ^~~~ exceed-limits.c:90:14: note: uninitialized use occurs here