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

This commit is contained in:
Tatsuhiro Tsujikawa 2015-04-17 23:46:19 +09:00
parent c4e994c97d
commit a3fa257473
1 changed files with 3 additions and 0 deletions

View File

@ -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,