We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3325429 commit 1fc2993Copy full SHA for 1fc2993
util/process_wrapper/utils.cc
@@ -110,7 +110,7 @@ bool ReadStampStatusToArray(
110
return false;
111
}
112
113
- for (int i = 0; i < stamp_block.size(); ++i) {
+ for (System::StrVecType::size_type i = 0; i < stamp_block.size(); ++i) {
114
size_t space_pos = stamp_block[i].find(' ');
115
if (space_pos == std::string::npos) {
116
std::cerr << "process wrapper error: wrong workspace status file "
0 commit comments