]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools: add std:: qualifiers to 'move'
authorRonen Friedman <rfriedma@redhat.com>
Sat, 23 Sep 2023 06:06:14 +0000 (01:06 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 23 Sep 2023 06:13:47 +0000 (01:13 -0500)
commit3e9269fb49a9b7ca63e25d7e0cd0b03c5c768637
tree2dea4e348f5b3e234bc683a0474b91d2ee6e4e29
parent5ecd20f6204627a3dc2f5b659357a6f748d24e89
tools: add std:: qualifiers to 'move'

to silence compiler warnings.
e.g. (ceph_dedup_tool.cc:1104:32: warning: unqualified call to
'std::move' [-Wunqualified-std-cast-call]
     estimate_threads.push_back(move(ptr));
                               ^
                               std::

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/tools/ceph_dedup_tool.cc