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