Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for ports:armv7l
openSUSE:Backports:SLE-15:Update
amarok
Fix-build-with-gcc6.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Fix-build-with-gcc6.patch of Package amarok
From f047cd8219d9537bb33bba3883bedf6231a0ed5f Mon Sep 17 00:00:00 2001 From: Heiko Becker <heirecka@exherbo.org> Date: Wed, 7 Mar 2018 22:28:52 +0100 Subject: Fix build with gcc6 __attribute__ ((fallthrough)) is only available since gcc7. Despite removing it I saw now warning because gcc recognizes the comment. --- src/playlist/proxymodels/SortAlgorithms.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/playlist/proxymodels/SortAlgorithms.cpp b/src/playlist/proxymodels/SortAlgorithms.cpp index d3e0a3d..aad7bf6 100644 --- a/src/playlist/proxymodels/SortAlgorithms.cpp +++ b/src/playlist/proxymodels/SortAlgorithms.cpp @@ -95,7 +95,6 @@ multilevelLessThan::operator()( const QAbstractItemModel* sourceModel, return ( compareResult < 0 ) != inverted; // Fall through to sorting by album artist if albums have same name - __attribute__ ((fallthrough)); } case Playlist::AlbumArtist: { -- cgit v0.11.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor