From 2172c5e7ff40ea073e2749a0f7034db9e6a7f835 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 7 Oct 2019 22:02:26 -0400 Subject: [PATCH] more github 229 warning --- win/tty/wintty.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 09fe76470..c7e7e290a 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -4211,11 +4211,15 @@ int x, y; text++; } } - } else { + } +#if 0 + else { + if (truncation_expected) { /* Now we're truncating */ - if (truncation_expected) ; /* but we knew in advance */ + } } +#endif } /* caller must set cond_shrinklvl (0..2) before calling us */ -- 2.49.0