commit | 6fbeee29a2b87574527897c3ded1f92e236518c7 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Fri Aug 09 16:53:50 2013 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Fri Aug 30 11:56:50 2013 -0400 |
tree | f42ed3f1b9e21f21213b32d0a52504098b55a324 | |
parent | e56059f2d3b8a053c965a51587a4a3328ac00a47 [diff] |
tile: fix some -Wsign-compare warnings Normally the build doesn't include these warnings, but at one point I built with -Wsign-compare, and noticed a few things that are technically bugs. This change fixes those things. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>