From 476329f3f8070c1f5e7df4549037c8041b8b8907 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 25 Mar 2016 21:00:41 +0800 Subject: [PATCH] http2 build with alpn capable ssl no debug Signed-off-by: Andy Green --- lib/ssl-http2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ssl-http2.c b/lib/ssl-http2.c index 4ff553b9..f1344c23 100644 --- a/lib/ssl-http2.c +++ b/lib/ssl-http2.c @@ -125,6 +125,7 @@ void lws_http2_configure_if_upgraded(struct lws *wsi) return; } + (void)method; lwsl_info("negotiated %s using %s\n", name, method); wsi->use_ssl = 1; if (strncmp((char *)name, "http/1.1", 8) == 0)