diff options
-rw-r--r-- | src/core/kconfigbackend.cpp | 2 |
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"; |