diff options
| author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-06-16 08:19:25 +0200 |
|---|---|---|
| committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-06-16 08:19:25 +0200 |
| commit | cd9c61cc068635fa707981decfea600ee7e94201 (patch) | |
| tree | a1b1a9e4d3c2e557310a441e5bfa4046c1e0d3bf /src | |
| parent | 9bbbbdc0bd244b09f846b1acdf28327da2a166d8 (diff) | |
| download | openocd+libswd-cd9c61cc068635fa707981decfea600ee7e94201.tar.gz openocd+libswd-cd9c61cc068635fa707981decfea600ee7e94201.tar.bz2 openocd+libswd-cd9c61cc068635fa707981decfea600ee7e94201.tar.xz openocd+libswd-cd9c61cc068635fa707981decfea600ee7e94201.zip | |
xsvf: -Wshadow warning fixes
I think this fixed an error message where the error
message would show the *previous* uc code rather than
the current unsupported uc code.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/xsvf/xsvf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index dff1a1ec..51d0e7b1 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -269,7 +269,6 @@ COMMAND_HANDLER(handle_xsvf_command) */ if (collecting_path) { tap_state_t mystate; - uint8_t uc; switch (opcode) { case XCOMMENT: @@ -565,7 +564,6 @@ COMMAND_HANDLER(handle_xsvf_command) case XSTATE: { tap_state_t mystate; - uint8_t uc; if (read(xsvf_fd, &uc, 1) < 0) { |
