aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-08-24 16:57:30 -0700
committerGarrett D'Amore <garrett@damore.org>2025-08-24 22:37:50 -0700
commitb2bb5c7882fb29e842caa5cc05c2181a0e76d689 (patch)
tree52b7afa7241865f7c1d995fd7874c33e22f222d9 /src/supplemental/http
parent79374c01facc6eccbea4d59eeff0ae36690ccf09 (diff)
downloadnng-b2bb5c7882fb29e842caa5cc05c2181a0e76d689.tar.gz
nng-b2bb5c7882fb29e842caa5cc05c2181a0e76d689.tar.bz2
nng-b2bb5c7882fb29e842caa5cc05c2181a0e76d689.zip
fixes #2150 build error if HTTP support is disabled.
Diffstat (limited to 'src/supplemental/http')
-rw-r--r--src/supplemental/http/http_public.c1
1 files changed, 0 insertions, 1 deletions
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
}