mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 16:46:18 +00:00
Get rid of some warnings with GCC 10, from Thomas Klausner.
This commit is contained in:
@@ -1160,7 +1160,7 @@ tty_keys_clipboard(struct tty *tty, const char *buf, size_t len, size_t *size)
|
||||
{
|
||||
struct client *c = tty->client;
|
||||
struct window_pane *wp;
|
||||
size_t end, terminator, needed;
|
||||
size_t end, terminator = 0, needed;
|
||||
char *copy, *out;
|
||||
int outlen;
|
||||
u_int i;
|
||||
|
||||
Reference in New Issue
Block a user