Merge "Fix a static-analyzer warning."

This commit is contained in:
Treehugger Robot
2016-10-20 19:06:58 +00:00
committed by Gerrit Code Review

View File

@@ -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;