Fix build.

This commit is contained in:
Nikolai Kochetov 2018-11-29 10:58:59 +03:00
parent 9cc36d3d3c
commit a75430cbf7
2 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,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");

View File

@ -551,6 +551,8 @@ public:
server_version = ss.str();
processTestsConfigurations(input_files);
return 0;
}
private: