Skip to content

yarlpl: Fix compilation with newer GCC#888

Open
neheb wants to merge 1 commit intorsocket:masterfrom
neheb:patch-1
Open

yarlpl: Fix compilation with newer GCC#888
neheb wants to merge 1 commit intorsocket:masterfrom
neheb:patch-1

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants