[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:46 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=903bd8b

The following commit has been merged in the master branch:
commit 903bd8b650855d91c80353aaf9261aa0dd268bd8
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Nov 1 13:07:13 2013 +0100

    Silence 'unused parameter' warnings
---
 KTp/im-persons-data-source.cpp                   | 2 ++
 kpeople/actionsplugin/kpeople-actions-plugin.cpp | 1 +
 2 files changed, 3 insertions(+)

diff --git a/KTp/im-persons-data-source.cpp b/KTp/im-persons-data-source.cpp
index f81781c..49b9045 100644
--- a/KTp/im-persons-data-source.cpp
+++ b/KTp/im-persons-data-source.cpp
@@ -84,6 +84,8 @@ IMPersonsDataSource::IMPersonsDataSource(QObject *parent, const QVariantList &da
     : BasePersonsDataSource(parent)
     , d(new Private)
 {
+    Q_UNUSED(data);
+
     d->q = this;
     Tp::registerTypes();
 
diff --git a/kpeople/actionsplugin/kpeople-actions-plugin.cpp b/kpeople/actionsplugin/kpeople-actions-plugin.cpp
index 72796db..f98c57e 100644
--- a/kpeople/actionsplugin/kpeople-actions-plugin.cpp
+++ b/kpeople/actionsplugin/kpeople-actions-plugin.cpp
@@ -104,6 +104,7 @@ QUrl IMAction::uri() const
 KPeopleActionsPlugin::KPeopleActionsPlugin(QObject* parent, const QVariantList &args):
 AbstractPersonPlugin(parent)
 {
+    Q_UNUSED(args);
 }
 
 QList<QAction*> KPeopleActionsPlugin::actionsForPerson(const KPeople::PersonDataPtr &personData, QObject *parent)

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list