]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: clean compiler warnings
authorRonen Friedman <rfriedma@redhat.com>
Thu, 15 Feb 2024 18:11:22 +0000 (12:11 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 15 Feb 2024 18:11:22 +0000 (12:11 -0600)
commit0a031e5f4e90bc96d91bc5d57cd03e2f51aae688
tree9a9deeac98a722e88fc752da02271421829ce24f
parentf83cac68b718dcfdeac8c07da9409a16ef58eeef
osd: clean compiler warnings

... for unused variables, for code that has no effect, and
for trying to std::move out of a const lvalue.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/PrimaryLogPG.cc
src/test/crush/crush.cc