Commit a3fa2574 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix compile error with Android NDK r10d + --enable-werror

parent c4e994c9
......@@ -1006,6 +1006,9 @@ static uint8_t pack_first_byte(int indexing_mode) {
default:
assert(0);
}
/* This is required to compile with android NDK r10d +
--enable-werror */
return 0;
}
static int emit_indname_block(nghttp2_bufs *bufs, size_t idx,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment