Fix warning

This commit is contained in:
Dmitry Novik 2023-01-10 19:19:13 +00:00
parent 2ed4d3e8e6
commit 44a9facdf2

View File

@ -30,7 +30,7 @@ public:
, match_function_ref(_match_function_ref) , match_function_ref(_match_function_ref)
{} {}
bool needChildVisit(VisitQueryTreeNodeType & parent, VisitQueryTreeNodeType &) static bool needChildVisit(VisitQueryTreeNodeType & parent, VisitQueryTreeNodeType &)
{ {
ContextPtr context; ContextPtr context;
if (auto * query = parent->as<QueryNode>()) if (auto * query = parent->as<QueryNode>())