Fix lots of bugs related to the static analyzer

Improved how screen.cpp interacts with output_set_writer()
This commit is contained in:
ridiculousfish
2012-03-26 01:21:10 -07:00
parent 31b7d076b7
commit 0bc644abf0
24 changed files with 106 additions and 182 deletions

View File

@@ -212,7 +212,6 @@ static void read_string( tokenizer *tok )
const wchar_t *start;
int len;
int mode=0;
wchar_t prev;
int do_loop=1;
int paran_count=0;
@@ -383,7 +382,6 @@ static void read_string( tokenizer *tok )
if( !do_loop )
break;
prev = *tok->buff;
tok->buff++;
}