You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
happens also on different versions of gcc. in openSUSE build service it is not allowed to have a function that should return something without a return statement, so they added the -Werror=return-type flag
The error comes from the private assignment operator.
We can
delete
it instead of empty declarationThe text was updated successfully, but these errors were encountered: