summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-25 20:18:26 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-25 20:18:26 +0000
commit5279d519f8e98d6a134e77b54669512f618672bd (patch)
treeba6da87ea129be1f77ad0f07a33d88b2ab544498 /src/jtag
parent3d6bcf07921753141a3905ee5619724573460cb3 (diff)
downloadopenocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.tar.gz
openocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.tar.bz2
openocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.tar.xz
openocd+libswd-5279d519f8e98d6a134e77b54669512f618672bd.zip
- remove build warnings
git-svn-id: svn://svn.berlios.de/openocd/trunk@348 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c
index 600fe19a..5ec8297d 100644
--- a/src/jtag/jtag.c
+++ b/src/jtag/jtag.c
@@ -1351,7 +1351,7 @@ int jtag_interface_init(struct command_context_s *cmd_ctx)
int jtag_init(struct command_context_s *cmd_ctx)
{
- int i, validate_tries = 0;
+ int validate_tries = 0;
jtag_device_t *device;
DEBUG("-");