Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17156
Change subject: [gutil] use C++17's [[fallthrough]] attribute ...................................................................... [gutil] use C++17's [[fallthrough]] attribute Since switching to C++17-compatible compiler, it's possible to use the [[fallthrough]] attribute. This patch does exactly so, in addition removing now obsolete FALLTHROUGH_INTENDED macro. Change-Id: Icd0532c0c6403f9bccfa59413a103d812633f4f6 --- M src/kudu/common/column_predicate.cc M src/kudu/consensus/consensus_peers.cc M src/kudu/consensus/quorum_util.cc M src/kudu/fs/dir_manager.cc M src/kudu/gutil/macros.h M src/kudu/integration-tests/fuzz-itest.cc M src/kudu/integration-tests/raft_consensus-itest-base.cc M src/kudu/integration-tests/tombstoned_voting-stress-test.cc M src/kudu/master/master_service.cc M src/kudu/tablet/delta_stats.cc M src/kudu/tablet/ops/op_driver.cc M src/kudu/tablet/tablet_replica.cc M src/kudu/tserver/tablet_service.cc M src/kudu/util/threadpool.cc 14 files changed, 60 insertions(+), 116 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/17156/1 -- To view, visit http://gerrit.cloudera.org:8080/17156 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icd0532c0c6403f9bccfa59413a103d812633f4f6 Gerrit-Change-Number: 17156 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
