提交 eebdac1f 编写于 作者: A Alexey Milovidov

Fixed build #1676

上级 07a96f89
......@@ -246,7 +246,7 @@ struct ToStartOfFifteenMinutesImpl
{
return time_zone.toStartOfFifteenMinutes(t);
}
static inline UInt32 execute(UInt16 d, const DateLUTImpl & time_zone)
static inline UInt32 execute(UInt16, const DateLUTImpl &)
{
throw Exception("Illegal type Date of argument for function toStartOfFifteenMinutes", ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册