commit df9aa74cdaf17635c431dcb5caf92007bc413ca4 parent 1d2fad4621ffc6956d3eb5c9cb30017d7fc99d6d Author: hhvn <dev@hhvn.uk> Date: Thu, 7 Jul 2022 22:58:30 +0100 Wow, thanks gcc. That variable sure is unused! Diffstat:
M | zygo.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zygo.c b/zygo.c @@ -819,7 +819,7 @@ char * prompt(char *prompt, size_t count) { wint_t c; int ret; - int x; + int x, y; attrset(A_NORMAL); input(0);