[Pkg-owncloud-commits] [owncloud-client] 132/218: ConnectionValidator: Fix warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit c2431f2c3b99ebfe392a87b31995dddb91d18a28
Author: Markus Goetz <markus at woboq.com>
Date:   Tue Sep 15 21:08:27 2015 -0400

    ConnectionValidator: Fix warning
---
 src/libsync/connectionvalidator.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsync/connectionvalidator.cpp b/src/libsync/connectionvalidator.cpp
index 2be08c4..f854b95 100644
--- a/src/libsync/connectionvalidator.cpp
+++ b/src/libsync/connectionvalidator.cpp
@@ -150,6 +150,7 @@ void ConnectionValidator::slotNoStatusFound(QNetworkReply *reply)
 
 void ConnectionValidator::slotJobTimeout(const QUrl &url)
 {
+    Q_UNUSED(url);
     //_errors.append(tr("Unable to connect to %1").arg(url.toString()));
     _errors.append(tr("timeout"));
     reportResult( Timeout );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list