On Thu, Feb 07, 2019 at 11:17:58AM +0100, Jakub Jelinek wrote: > 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.
And also see http://gcc.gnu.org/PR86981 and http://gcc.gnu.org/PR87029 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