Skip to content

Commit

Permalink
Merge pull request #2722 from JohanMabille:warnings
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 298608772
  • Loading branch information
Andy Soffer committed Mar 4, 2020
2 parents e3467f9 + 04e52eb commit bb9acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/src/gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ static const char* const kReservedOutputTestCaseAttributes[] = {
"classname", "name", "status", "time", "type_param",
"value_param", "file", "line", "result", "timestamp"};

template <int kSize>
template <size_t kSize>
std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
return std::vector<std::string>(array, array + kSize);
}
Expand Down

0 comments on commit bb9acfb

Please sign in to comment.