Re: [Mesa-dev] [PATCH 1/3] r600g/compute: Fix singed/unsigned comparison compiler warnings.

2014-07-25 Thread Tom Stellard
On Fri, Jul 25, 2014 at 10:33:42AM -0400, Jan Vesely wrote: > The iteration variables go from 0 anyway. > > Signed-off-by: Jan Vesely Thanks, I pushed patch #1. -Tom > --- > > A collection of fixes for gcc warnings I ran across. > > src/gallium/drivers/r600/evergreen_compute.c | 14 +++--

[Mesa-dev] [PATCH 1/3] r600g/compute: Fix singed/unsigned comparison compiler warnings.

2014-07-25 Thread Jan Vesely
The iteration variables go from 0 anyway. Signed-off-by: Jan Vesely --- A collection of fixes for gcc warnings I ran across. src/gallium/drivers/r600/evergreen_compute.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/r600/evergreen_comput