mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-25 09:35:23 +10:00
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>
This commit is contained in:
parent
9bbbbdc0bd
commit
cd9c61cc06
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user