mirror of https://github.com/ByConity/ByConity
Fix build.
This commit is contained in:
parent
95e4297601
commit
f7f5ad3952
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue