Fix build.

This commit is contained in:
Nikolai Kochetov 2018-11-29 11:23:27 +03:00
parent 95e4297601
commit f7f5ad3952

View File

@ -528,7 +528,7 @@ public:
}
}
void initialize(Poco::Util::Application & self)
void initialize(Poco::Util::Application & self [[maybe_unused]])
{
std::string home_path;
const char * home_path_cstr = getenv("HOME");