Rick Altherr <kc8apf@kc8apf.net> - fix warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1126 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-11-03 07:22:14 +00:00
parent 9f58ef3a58
commit 199ebae564
5 changed files with 7 additions and 7 deletions

View File

@@ -2636,7 +2636,7 @@ static int target_mem2array(Jim_Interp *interp, target_t *target, int argc, Jim_
{
long l;
u32 width;
u32 len;
int len;
u32 addr;
u32 count;
u32 v;
@@ -2818,7 +2818,7 @@ static int target_array2mem(Jim_Interp *interp, target_t *target, int argc, Jim_
{
long l;
u32 width;
u32 len;
int len;
u32 addr;
u32 count;
u32 v;