diff --git a/src/core/FilePath.cpp b/src/core/FilePath.cpp index 5366fe5c7..0a356a417 100644 --- a/src/core/FilePath.cpp +++ b/src/core/FilePath.cpp @@ -173,6 +173,7 @@ FilePath::FilePath() { const QString appDirPath = QCoreApplication::applicationDirPath(); bool isDataDirAbsolute = QDir::isAbsolutePath(KEEPASSX_DATA_DIR); + Q_UNUSED(isDataDirAbsolute); if (false) { }