aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2016-11-10 18:07:07 -0500
committerAllen Winter <winter@kde.org>2016-11-10 18:07:07 -0500
commit91f02193e739288b9df37876cfd12c65cecc88e7 (patch)
treec156102f9166cc0adbf117423c43ac3edcc7e365 /src
parentab9d76d7c012aa1a07a942cf50f33616bd49605f (diff)
downloadkconfig-91f02193e739288b9df37876cfd12c65cecc88e7.tar.gz
kconfig-91f02193e739288b9df37876cfd12c65cecc88e7.tar.bz2
src/core/kconfigbackend.cpp - handle unused 'sys' argument
Diffstat (limited to 'src')
-rw-r--r--src/core/kconfigbackend.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/kconfigbackend.cpp b/src/core/kconfigbackend.cpp
index 9bd6d7c4..9befdf36 100644
--- a/src/core/kconfigbackend.cpp
+++ b/src/core/kconfigbackend.cpp
@@ -73,6 +73,8 @@ BackendPtr KConfigBackend::create(const QString &file, const QString &sys)
}
} // foreach offers
}
+#else
+ Q_UNUSED(sys);
#endif
//qDebug() << "default creation of the Ini backend";