mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Update serverConstants.cpp
This commit is contained in:
parent
d0c3b87d84
commit
23f54658a6
@ -96,7 +96,7 @@ namespace
|
||||
}
|
||||
|
||||
|
||||
void registerFunctionBuildId(FunctionFactory & factory)
|
||||
void registerFunctionBuildId([[maybe_unused]] FunctionFactory & factory)
|
||||
{
|
||||
#if defined(__ELF__) && !defined(__FreeBSD__)
|
||||
factory.registerFunction<FunctionBuildId>();
|
||||
|
Loading…
Reference in New Issue
Block a user