mirror of https://github.com/grpc/grpc.git
[cleanups] Silence a -Wformat compiler warning (#33484)
New versions of Clang (and GCC) warn about this grpc_authorization_policy_provider.cc:124:17: error: format specifies type 'int' but the argument has type 'absl::StatusCode' [-Werror,-Wformat] 124 | "authorization policy reload status. code=%d error_details=%s", | ~~ 125 | status.code(), std::string(status.message()).c_str());pull/33496/head
parent
123da4a866
commit
834683f08d
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue