1
0
Fork 0

prevent compiler warning

This commit is contained in:
jsteemann 2019-01-11 08:53:29 +01:00
parent 6a3fa519a2
commit 1fb6922a64
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ size_t hash(aql::AstNode const* node, size_t hash /*= 0*/) noexcept {
return fasthash64(static_cast<const void*>(node->getStringValue()),
node->getStringLength(), hash);
}
return hash;
}
case aql::NODE_TYPE_OBJECT_ELEMENT: {