From b2bb5c7882fb29e842caa5cc05c2181a0e76d689 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 24 Aug 2025 16:57:30 -0700 Subject: fixes #2150 build error if HTTP support is disabled. --- src/supplemental/http/http_public.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/supplemental/http/http_public.c b/src/supplemental/http/http_public.c index 84477cc1..42b7a1ab 100644 --- a/src/supplemental/http/http_public.c +++ b/src/supplemental/http/http_public.c @@ -289,7 +289,6 @@ nng_http_read_response(nng_http *conn, nng_aio *aio) nni_http_read_res(conn, aio); #else NNI_ARG_UNUSED(conn); - NNI_ARG_UNUSED(res); nni_aio_finish_error(aio, NNG_ENOTSUP); #endif } -- cgit v1.2.3-70-g09d2