Fixed VS2017 C4101: unreferenced local variable.
This commit is contained in:
parent
976e9e2544
commit
b94e5ab9cb
|
@ -691,7 +691,7 @@ std::string Preprocessor::getcode(const std::string &filedata, const std::string
|
|||
std::string ret;
|
||||
try {
|
||||
ret = getcode(tokens1, cfg, files, filedata.find("#file") != std::string::npos);
|
||||
} catch (const simplecpp::Output &o) {
|
||||
} catch (const simplecpp::Output &) {
|
||||
ret.clear();
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue