forked from auracaster/openocd
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user