-Werror,-Wpessimizing-move
Change-Id: Ic20ae0c0534220a2613b73a2bd2e1aa277aecce9
This commit is contained in:
2
filter/source/config/cache/filtercache.cxx
vendored
2
filter/source/config/cache/filtercache.cxx
vendored
@@ -145,7 +145,7 @@ std::unique_ptr<FilterCache> FilterCache::clone() const
|
|||||||
pClone->m_lChangedFrameLoaders = m_lChangedFrameLoaders;
|
pClone->m_lChangedFrameLoaders = m_lChangedFrameLoaders;
|
||||||
pClone->m_lChangedContentHandlers = m_lChangedContentHandlers;
|
pClone->m_lChangedContentHandlers = m_lChangedContentHandlers;
|
||||||
|
|
||||||
return std::move(pClone);
|
return pClone;
|
||||||
// <- SAFE ----------------------------------
|
// <- SAFE ----------------------------------
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user