1
0
Fork 0

shut up VC

This commit is contained in:
Jan Steemann 2013-10-01 10:26:35 +02:00
parent f356085999
commit dc6819ea30
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ TRI_json_t* TRI_NodeJsonAql (TRI_aql_context_t* const context,
return TRI_CreateStringCopyJson(TRI_UNKNOWN_MEM_ZONE, node->_value._value._string);
}
assert(false);
break;
return NULL;
}
case TRI_AQL_NODE_LIST: {
const size_t n = node->_members._length;