mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
gdb: -Wshadow warning fixes
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user