Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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> (cherry picked from commit b28171b) Co-authored-by: Chris Lalancette <clalancette@gmail.com>
- Loading branch information