Compile with -DNDEBUG

This commit is contained in:
Tatsuhiro Tsujikawa
2021-10-06 21:28:00 +09:00
parent f4290c6497
commit cb6aea9aa9
5 changed files with 5 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ static int map_resize(nghttp2_map *map, uint32_t new_tablelen,
nghttp2_map_bucket *new_table;
nghttp2_map_bucket *bkt;
int rv;
(void)rv;
new_table =
nghttp2_mem_calloc(map->mem, new_tablelen, sizeof(nghttp2_map_bucket));