more github 229 warning

This commit is contained in:
nhmall
2019-10-07 22:02:26 -04:00
parent 659b3ce9a7
commit 2172c5e7ff

View File

@@ -4211,11 +4211,15 @@ int x, y;
text++;
}
}
} else {
/* Now we're truncating */
if (truncation_expected)
; /* but we knew in advance */
}
#if 0
else {
if (truncation_expected) {
/* Now we're truncating */
; /* but we knew in advance */
}
}
#endif
}
/* caller must set cond_shrinklvl (0..2) before calling us */