diff options
author | vvvv <vvvv@yandex-team.ru> | 2022-02-10 16:46:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:37 +0300 |
commit | a693106aae8a3a3c7236a4ae953058a9611d7a92 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/grpc | |
parent | ad94e93a059747f4fc3d7add88d1a83daf40b733 (diff) | |
download | ydb-a693106aae8a3a3c7236a4ae953058a9611d7a92.tar.gz |
Restoring authorship annotation for <vvvv@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc')
-rw-r--r-- | contrib/libs/grpc/src/core/lib/iomgr/error.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/error.cc b/contrib/libs/grpc/src/core/lib/iomgr/error.cc index 2a2da67679..c4b5c73952 100644 --- a/contrib/libs/grpc/src/core/lib/iomgr/error.cc +++ b/contrib/libs/grpc/src/core/lib/iomgr/error.cc @@ -737,9 +737,9 @@ static char* finish_kvs(kv_pairs* kvs) { return s; } -// Newly allocated error string is stored into err object via atomic cas, and this drives coverity crazy -// Disable allocation checks as the code is fine. -// coverity[-alloc] +// Newly allocated error string is stored into err object via atomic cas, and this drives coverity crazy +// Disable allocation checks as the code is fine. +// coverity[-alloc] const char* grpc_error_string(grpc_error* err) { GPR_TIMER_SCOPE("grpc_error_string", 0); if (err == GRPC_ERROR_NONE) return no_error_string; |