Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why these

didn't turn up earlier. Is everyone still using gcc 3.x? Or is the x86
version of gcc 4.x much more relaxed?

git-svn-id: svn://svn.berlios.de/openocd/trunk@2749 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-09-23 07:14:03 +00:00
parent 6521b75ec2
commit 7393fcfc90
2 changed files with 17 additions and 17 deletions

View File

@@ -1609,7 +1609,7 @@ static int
sam3_protect_check(struct flash_bank_s *bank)
{
int r;
uint32_t v;
uint32_t v=0;
unsigned x;
struct sam3_bank_private *pPrivate;