Partial revert of warning cleanup

These warnings are false-positives
This commit is contained in:
2015-09-04 14:24:22 +10:00
parent ef629e0d50
commit 3e63c604e3
12 changed files with 26 additions and 23 deletions

View File

@@ -453,7 +453,7 @@ static void text_draw(SpaceText *st, char *str, int cshift, int maxwidth, int x,
{
const bool use_syntax = (st->showsyntax && format);
FlattenString fs;
int columns, size, n, w = 0, padding = 0, amount = 0;
int columns, size, n, w = 0, padding, amount = 0;
const char *in = NULL;
for (n = flatten_string(st, &fs, str), str = fs.buf; n > 0; n--) {