diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 14:35:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-08 16:54:57 +0100 |
commit | 3ec10b6ac354f7df33a50d3ae5b64e1a4623302e (patch) | |
tree | b5a96fe7d4dbc856a077a036bea0776d7d6b06c2 /media-sound/tomahawk/files | |
parent | net-misc/cni-plugins: Version bump to 0.7.4 (diff) | |
download | gentoo-3ec10b6ac354f7df33a50d3ae5b64e1a4623302e.tar.gz gentoo-3ec10b6ac354f7df33a50d3ae5b64e1a4623302e.tar.bz2 gentoo-3ec10b6ac354f7df33a50d3ae5b64e1a4623302e.zip |
media-sound/tomahawk: 0.9.0_pre20181030 snapshot bump
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/tomahawk/files')
-rw-r--r-- | media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-fix-warning.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-fix-warning.patch b/media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-fix-warning.patch new file mode 100644 index 000000000000..8e02e8e300c3 --- /dev/null +++ b/media-sound/tomahawk/files/tomahawk-0.9.0_pre20181030-fix-warning.patch @@ -0,0 +1,26 @@ +From cd5444573eec73a564263c20220ba0562cc655c5 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Thu, 8 Nov 2018 15:10:56 +0100 +Subject: [PATCH] Fix "control reaches end of non-void function" in + DelegateConfigWrapper + +Thanks-to: Fabian Vogt <fabian@ritter-vogt.de> +--- + src/libtomahawk/accounts/DelegateConfigWrapper.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libtomahawk/accounts/DelegateConfigWrapper.cpp b/src/libtomahawk/accounts/DelegateConfigWrapper.cpp +index e78b64aec..875016ca1 100644 +--- a/src/libtomahawk/accounts/DelegateConfigWrapper.cpp ++++ b/src/libtomahawk/accounts/DelegateConfigWrapper.cpp +@@ -247,6 +247,7 @@ DelegateConfigWrapper::getTestConfigMessage( int code ) + case Tomahawk::Accounts::ConfigTestResultAccountExpired: + return tr( "Your account has expired." ); + } ++ return QString(); + } + + +-- +2.19.1 + |