From 719ac64851eeaa24d12c58b1cda30225f2a8194d Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 16 Jul 2015 19:49:41 +0200 Subject: [PATCH] Fix unused variable warning. --- src/core/FilePath.cpp | 1 + 1 file changed, 1 insertion(+) 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) { }