Merge "Fix a static-analyzer warning."
This commit is contained in:
@@ -72,8 +72,8 @@ std::vector<std::string> listFiles(const StringPiece& root, std::string* outErro
|
|||||||
std::stringstream errorStr;
|
std::stringstream errorStr;
|
||||||
errorStr << "unable to open file: " << strerror(errno);
|
errorStr << "unable to open file: " << strerror(errno);
|
||||||
*outError = errorStr.str();
|
*outError = errorStr.str();
|
||||||
return {};
|
|
||||||
}
|
}
|
||||||
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> files;
|
std::vector<std::string> files;
|
||||||
|
|||||||
Reference in New Issue
Block a user