Re: [Intel-gfx] [PATCH i-g-t v3] libs/igt_core.c: Fix compile warnings in igt_core.c

2015-05-20 Thread Chris Wilson
On Wed, May 20, 2015 at 10:00:31AM +0100, Derek Morton wrote: Fixed variables incorrectly declared as signed instead of unsigned. Objection. If those array_sizes were larger than INT_MAX we have serious problems. It would have been cleaner to keep the int (since you cast to it anyway as the

[Intel-gfx] [PATCH i-g-t v3] libs/igt_core.c: Fix compile warnings in igt_core.c

2015-05-20 Thread Derek Morton
Fixed variables incorrectly declared as signed instead of unsigned. v2: Addressed comments from Tim Gore v3: Removed 'unused parameter' changes Signed-off-by: Derek Morton derek.j.mor...@intel.com --- lib/igt_core.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff