Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information