mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Get rid of some warnings with GCC 10, from Thomas Klausner.
This commit is contained in:
@ -53,8 +53,7 @@ cmd_resize_window_exec(struct cmd *self, struct cmdq_item *item)
|
||||
struct session *s = target->s;
|
||||
const char *errstr;
|
||||
char *cause;
|
||||
u_int adjust, sx, sy;
|
||||
int xpixel = -1, ypixel = -1;
|
||||
u_int adjust, sx, sy, xpixel = 0, ypixel = 0;
|
||||
|
||||
if (args_count(args) == 0)
|
||||
adjust = 1;
|
||||
|
Reference in New Issue
Block a user