From 0bb4b266ae3a56a59480cb1b14178c7e0a1c572c Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Tue, 26 Jan 2010 10:24:35 +0000 Subject: [PATCH] Fix compile warning with optimizations enabled --- jm2cv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/jm2cv.cpp b/jm2cv.cpp index 268ca96..ff3b089 100644 --- a/jm2cv.cpp +++ b/jm2cv.cpp @@ -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;