Yifan Zhang has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/22827 )
Change subject: [rpc] fix compilation warning on macOS
......................................................................
[rpc] fix compilation warning on macOS
This patch addresses the following compilation warning on macOS:
src/kudu/rpc/acceptor_pool.cc:264:18: warning: unused variable
'ds_query_freq_mask' [-Wunused-variable]
const uint64_t ds_query_freq_mask =
^
1 warning generated.
This changelist doesn't contain any functional modifications.
Change-Id: Ia1bba4e63f497db0367358c04b7f825a511f1fdb
Reviewed-on: http://gerrit.cloudera.org:8080/22827
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
---
M src/kudu/rpc/acceptor_pool.cc
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Alexey Serbin: Verified
Yifan Zhang: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/22827
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia1bba4e63f497db0367358c04b7f825a511f1fdb
Gerrit-Change-Number: 22827
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Yifan Zhang <[email protected]>