Skip to content

yarlpl: Fix compilation with newer GCC #888

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

yarlpl: Fix compilation with newer GCC #888

wants to merge 1 commit into from

Conversation

neheb
Copy link

@neheb neheb commented Jun 11, 2019

Refcounted.h:45:23: error: moving a local object in a return statement
prevents copy elision [-Werror=pessimizing-move]
45 | return std::move(old);

Refcounted.h:45:23: error: moving a local object in a return statement
prevents copy elision [-Werror=pessimizing-move]
   45 |   return std::move(old);
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants