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

2015-05-20 Thread Daniel Vetter
On Tue, May 19, 2015 at 01:35:41PM +, Gore, Tim wrote: -Original Message- From: Morton, Derek J Sent: Tuesday, May 19, 2015 12:21 PM To: intel-gfx@lists.freedesktop.org Cc: Wood, Thomas; Gore, Tim; Morton, Derek J Subject: [PATCH i-g-t] libs/igt_core.c: Fix compile

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

2015-05-20 Thread Jani Nikula
On Tue, 19 May 2015, Derek Morton derek.j.mor...@intel.com wrote: Fixed variables incorrectly declared as signed instead of unsigned. Fixed 'unused parameter' warning from signal handlers that were not using the signal parameter. v2: Addressed comments from Tim Gore Signed-off-by: Derek

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

2015-05-20 Thread Gore, Tim
-Original Message- From: Lespiau, Damien Sent: Wednesday, May 20, 2015 10:48 AM To: Morton, Derek J Cc: Daniel Vetter; Gore, Tim; intel-gfx@lists.freedesktop.org; Wood, Thomas Subject: Re: [Intel-gfx] [PATCH i-g-t] libs/igt_core.c: Fix compile warnings in igt_core.c On Wed

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

2015-05-20 Thread Jani Nikula
On Wed, 20 May 2015, Gore, Tim tim.g...@intel.com wrote: -Original Message- From: Lespiau, Damien Sent: Wednesday, May 20, 2015 10:48 AM To: Morton, Derek J Cc: Daniel Vetter; Gore, Tim; intel-gfx@lists.freedesktop.org; Wood, Thomas Subject: Re: [Intel-gfx] [PATCH i-g-t] libs

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

2015-05-20 Thread Daniel Vetter
On Wed, May 20, 2015 at 08:37:56AM +, Morton, Derek J wrote: -Original Message- From: Morton, Derek J Sent: Tuesday, May 19, 2015 12:21 PM To: intel-gfx@lists.freedesktop.org Cc: Wood, Thomas; Gore, Tim; Morton, Derek J Subject: [PATCH i-g-t] libs/igt_core.c: Fix

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

2015-05-20 Thread Damien Lespiau
On Wed, May 20, 2015 at 08:37:56AM +, Morton, Derek J wrote: -Original Message- From: Morton, Derek J Sent: Tuesday, May 19, 2015 12:21 PM To: intel-gfx@lists.freedesktop.org Cc: Wood, Thomas; Gore, Tim; Morton, Derek J Subject: [PATCH i-g-t] libs/igt_core.c: Fix

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

2015-05-20 Thread Morton, Derek J
-Original Message- From: Morton, Derek J Sent: Tuesday, May 19, 2015 12:21 PM To: intel-gfx@lists.freedesktop.org Cc: Wood, Thomas; Gore, Tim; Morton, Derek J Subject: [PATCH i-g-t] libs/igt_core.c: Fix compile warnings in igt_core.c Fixed variables incorrectly

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

2015-05-19 Thread Derek Morton
Fixed variables incorrectly declared as signed instead of unsigned. Fixed 'unused parameter' warning from signal handlers that were not using the signal parameter. Signed-off-by: Derek Morton derek.j.mor...@intel.com --- lib/igt_core.c | 24 +--- 1 file changed, 17

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

2015-05-19 Thread Gore, Tim
-Original Message- From: Morton, Derek J Sent: Tuesday, May 19, 2015 12:21 PM To: intel-gfx@lists.freedesktop.org Cc: Wood, Thomas; Gore, Tim; Morton, Derek J Subject: [PATCH i-g-t] libs/igt_core.c: Fix compile warnings in igt_core.c Fixed variables incorrectly declared as

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

2015-05-19 Thread Derek Morton
Fixed variables incorrectly declared as signed instead of unsigned. Fixed 'unused parameter' warning from signal handlers that were not using the signal parameter. v2: Addressed comments from Tim Gore Signed-off-by: Derek Morton derek.j.mor...@intel.com --- lib/igt_core.c | 20