Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/22838
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]>
(cherry picked from commit fcecd4bd50e8f4d2bed43ff1858d6acc244ee718)
---
M src/kudu/rpc/acceptor_pool.cc
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/38/22838/1
--
To view, visit http://gerrit.cloudera.org:8080/22838
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.18.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1bba4e63f497db0367358c04b7f825a511f1fdb
Gerrit-Change-Number: 22838
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>