summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHirokazu Honda <hiroh@chromium.org>2021-03-23 07:09:10 +0900
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-03-23 03:47:01 +0200
commit67e791373de781a68889c8b56c7e18f3f27bd52e (patch)
treeaeff6553cdad82a31c6f057754ba4b5229568114 /test
parent5154e14b3e682eb0ad313d060ae12f95357f3a07 (diff)
libcamera: device_enumerator: Remove unnecessary rvalue references
There are std::unique_ptr rvalue reference arguments. They are intended to pass the ownership to the functions. In the case, it is right to let the argument be std::unique_ptr value and pass by std::move(). Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions