Andrew Wong has uploaded this change for review. (
http://gerrit.cloudera.org:8080/17970
Change subject: [tablet] fix non-handled switch warning
......................................................................
[tablet] fix non-handled switch warning
This patch addresses the following build warning:
../../src/kudu/tablet/ops/participant_op.cc: In member function ‘kudu::Status
kudu::tablet::ParticipantOpState::PerformOp(const kudu::consensus::OpId&,
kudu::tablet::Tablet*)’:
../../src/kudu/tablet/ops/participant_op.cc:220:10: warning: enumeration value
‘ParticipantOpPB_ParticipantOpType_GET_METADATA’ not handled in switch
[-Wswitch]
switch (op_type) {
^
Change-Id: I25c05d90dd3716f755ddcd9e842c4080fea277e1
---
M src/kudu/tablet/ops/participant_op.cc
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/70/17970/1
--
To view, visit http://gerrit.cloudera.org:8080/17970
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I25c05d90dd3716f755ddcd9e842c4080fea277e1
Gerrit-Change-Number: 17970
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>