Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When compiling Fast-DDS with clang, it shows a warning that the use of std::move in FileWatch.hpp is pessimizing. Remove the unnecessary std::move here, which fixes the warning. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
- Loading branch information