Kaydet (Commit) 3ba67ff4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=redundant-move

Change-Id: I8e239d95e288cba4fd798ce04cfe56cb62fff6a9
üst 7d0d1b19
......@@ -190,7 +190,7 @@ namespace drawinglayer
pNew->append(*i);
}
return std::move(pNew);
return pNew;
}
bool AnimationEntryList::operator==(const AnimationEntry& rCandidate) const
......@@ -283,7 +283,7 @@ namespace drawinglayer
pNew->append(*i);
}
return std::move(pNew);
return pNew;
}
bool AnimationEntryLoop::operator==(const AnimationEntry& rCandidate) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment