On Thu, Feb 07, 2019 at 10:08:26AM -0000, Martin Gansser wrote:
> Hi,
> 
> the compilation of mellowplayer-3.5.1 with gcc-9.0.1 fails on Fedora 30, see 
> the build.log [1]
> 
> Fedora Bugzilla [2] - -Wredundant-move gives false positives in C++11 mode
> 
> [1] https://kojipkgs.fedoraproject.org//work/tasks/2212/32602212/build.log
> 
> [2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87300
> 
> How can this be solved ?

It is a warning (-Wextra enabled only even), if you are using -Werror, you
need to be prepared to deal with warnings.  See info gcc on the rationale
for the warning.

        Jakub
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to