Alexey Serbin has uploaded this change for review. (
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
---
M src/kudu/rpc/acceptor_pool.cc
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/22827/1
--
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: newchange
Gerrit-Change-Id: Ia1bba4e63f497db0367358c04b7f825a511f1fdb
Gerrit-Change-Number: 22827
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>