mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-24 08:30:58 +10:00
gdb: -Wshadow warning fixes
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
parent
5104d56e5c
commit
818120d409
@ -2245,7 +2245,6 @@ static int gdb_input_inner(struct connection *connection)
|
||||
case 'c':
|
||||
case 's':
|
||||
{
|
||||
struct gdb_connection *gdb_con = connection->priv;
|
||||
log_add_callback(gdb_log_callback, connection);
|
||||
|
||||
if (gdb_con->mem_write_error)
|
||||
|
Loading…
Reference in New Issue
Block a user