]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: mark unused variable with [[maybe_unused]]
authorKefu Chai <kchai@redhat.com>
Tue, 2 Mar 2021 11:46:01 +0000 (19:46 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Mar 2021 11:54:14 +0000 (19:54 +0800)
commitcec783344ec8accd365111e61c823b7d340a4918
tree048310487a9501b43469219a8750b4f7917b2135
parent50f29bf2b78332150f39b49dc067006b93448a33
crimson/os: mark unused variable with [[maybe_unused]]

`MAX_FLAT_BLOCK_SIZE` is only used in Debug builds.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/seastore/collection_manager/flat_collection_manager.cc
src/crimson/os/seastore/omap_manager/btree/omap_btree_node_impl.cc