From b45054ed391b2b730026b5c6faa61b9a88dbeb45 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 25 Mar 2016 21:03:01 +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 4ff553b9e..f1344c23b 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)