[PATCH][ARM] Fix signed-unsigned comparison warning

2013-04-05 Thread Kyrylo Tkachov
Hi all This patch fixes a warning in arm.c about a comparison between signed and unsigned integers. This is usually harmless, but during bootstrap we compile with -Werror and this turns into an error. The fix is a one-liner. Tested to make sure warning goes away and did a regtest run for arm-none

Re: [PATCH][ARM] Fix signed-unsigned comparison warning

2013-04-05 Thread Ramana Radhakrishnan
On 04/05/13 15:55, Kyrylo Tkachov wrote: Hi all This patch fixes a warning in arm.c about a comparison between signed and unsigned integers. This is usually harmless, but during bootstrap we compile with -Werror and this turns into an error. The fix is a one-liner. Tested to make sure warning g