This commit is contained in:
Craig Tiller 2022-05-09 14:50:42 -07:00 committed by GitHub
parent c80b85bca5
commit 66b5c7ad46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ std::string GrpcStreamNetworkState::DisplayValue(ValueType x) {
case kNotSeenByServer:
return "not seen by server";
}
GPR_UNREACHABLE_CODE(return "unknown value");
}
std::string PeerString::DisplayValue(ValueType x) { return std::string(x); }