mirror of https://gitee.com/bigwinds/arangodb
prevent compiler warning
This commit is contained in:
parent
6a3fa519a2
commit
1fb6922a64
|
@ -248,6 +248,7 @@ size_t hash(aql::AstNode const* node, size_t hash /*= 0*/) noexcept {
|
||||||
return fasthash64(static_cast<const void*>(node->getStringValue()),
|
return fasthash64(static_cast<const void*>(node->getStringValue()),
|
||||||
node->getStringLength(), hash);
|
node->getStringLength(), hash);
|
||||||
}
|
}
|
||||||
|
return hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
case aql::NODE_TYPE_OBJECT_ELEMENT: {
|
case aql::NODE_TYPE_OBJECT_ELEMENT: {
|
||||||
|
|
Loading…
Reference in New Issue