Fix compile warning with optimizations enabled

master
Peter Nelson 2010-01-26 10:24:35 +00:00
parent 8b28c2df24
commit 0bb4b266ae
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ bool read_config(const char *filename)
else {
std::clog << line << ": Unknown type '" << type << "'." << std::endl;
good = false;
itype = TYPE_CC;
}
if (itype == TYPE_CC && cclsb == -1) has_lsb = false;