Merge pull request #2722 from JohanMabille:warnings
PiperOrigin-RevId: 298608772
This commit is contained in:
commit
3de76551e0
@ -2268,7 +2268,7 @@ static const char* const kReservedOutputTestCaseAttributes[] = {
|
|||||||
"classname", "name", "status", "time", "type_param",
|
"classname", "name", "status", "time", "type_param",
|
||||||
"value_param", "file", "line", "result", "timestamp"};
|
"value_param", "file", "line", "result", "timestamp"};
|
||||||
|
|
||||||
template <int kSize>
|
template <size_t kSize>
|
||||||
std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
|
std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
|
||||||
return std::vector<std::string>(array, array + kSize);
|
return std::vector<std::string>(array, array + kSize);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user