]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/zns: fix compilation warnings for C++20. 47518/head
authorAravind <aravind.ramesh@wdc.com>
Thu, 1 Sep 2022 07:31:43 +0000 (13:01 +0530)
committerAravind <aravind.ramesh@wdc.com>
Fri, 2 Sep 2022 05:07:05 +0000 (10:37 +0530)
commit0379026f9c57691f658a114476033cb44a53bda2
tree404f7161fb788d0fe84159d7dc9d9ca0a51866bb
parent1021246a5707ae1c3ef5e104d972c98cb451491d
crimson/zns: fix compilation warnings for C++20.

Fix the following warning which is manifesting as a result of
the ceph adopting C++20.

warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]

Signed-off-by: Aravind Ramesh <aravind.ramesh@wdc.com>
src/crimson/os/seastore/segment_manager/zns.cc