mirror of
https://github.com/tmux/tmux.git
synced 2025-12-25 18:36:08 +00:00
Warning fixes from Carlo Marcelo Arenas Belón.
This commit is contained in:
@@ -52,7 +52,6 @@ cmd_respawn_pane_exec(struct cmd *self, struct cmdq_item *item)
|
||||
struct session *s = item->target.s;
|
||||
struct winlink *wl = item->target.wl;
|
||||
struct window_pane *wp = item->target.wp;
|
||||
struct client *c = cmd_find_client(item, NULL, 1);
|
||||
char *cause = NULL;
|
||||
|
||||
memset(&sc, 0, sizeof sc);
|
||||
|
||||
Reference in New Issue
Block a user