From 6e6127037be00ad240bbd16741877e497c23f456 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 26 Jan 2014 23:13:02 +0900 Subject: [PATCH] src: Fix compiler warning --- src/app_helper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_helper.cc b/src/app_helper.cc index 0c88b1fa..254e52ae 100644 --- a/src/app_helper.cc +++ b/src/app_helper.cc @@ -185,7 +185,7 @@ void print_timer() namespace { void print_frame_hd(const nghttp2_frame_hd& hd) { - printf("\n", + printf("\n", hd.length, hd.flags, hd.stream_id); } } // namespace