Skip to content

Commit

Permalink
libmythbase/mythdb.cpp: silence -Wundef
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Nov 24, 2022
1 parent 5ce1dea commit 5cf075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythdb.cpp
Expand Up @@ -64,7 +64,7 @@ MythDB *GetMythTestDB(const QString& testname)
DatabaseParams params {};
params.m_dbHostName = "localhost";
params.m_dbHostPing = false;
#if CONFIG_DEBUGTYPE
#ifndef NDEBUG
params.m_dbName =
QStandardPaths::writableLocation(QStandardPaths::TempLocation) +
QDir::separator() +
Expand Down

0 comments on commit 5cf075f

Please sign in to comment.