Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/17156 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> --- 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(-) Approvals: Kudu Jenkins: Verified Andrew Wong: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Icd0532c0c6403f9bccfa59413a103d812633f4f6 Gerrit-Change-Number: 17156 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
