Fix compile error with --enable-werror

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-02 01:18:27 +09:00
parent 24cb90806d
commit c55df4a30b
1 changed files with 1 additions and 0 deletions

View File

@ -828,6 +828,7 @@ void nghttp2_stream_group_update_num_top(nghttp2_stream_group *stream_group,
{
DEBUGF(fprintf(stderr, "stream_group: stream_group(%p)=%d "
"update num_top current=%zd, delta=%zd, after=%zd\n",
stream_group, stream_group->pri_group_id,
stream_group->num_top, delta, stream_group->num_top + delta));
stream_group->num_top += delta;