mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix build.
This commit is contained in:
parent
9cc36d3d3c
commit
a75430cbf7
@ -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");
|
||||
|
@ -551,6 +551,8 @@ public:
|
||||
server_version = ss.str();
|
||||
|
||||
processTestsConfigurations(input_files);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user