Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons

git-svn-id: svn://svn.berlios.de/openocd/trunk@1466 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-04-19 08:16:58 +00:00
parent 7d6b4b42f6
commit a88532bc60
18 changed files with 37 additions and 34 deletions

View File

@@ -478,7 +478,7 @@ static int str7x_write(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 co
u32 address = bank->base + offset;
u32 bytes_written = 0;
u32 cmd;
u32 retval;
int retval;
u32 check_address = offset;
int i;