From b33fdd1f21830ae193b597b7039a44b17c97ffec Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov <22344340+unspecd@users.noreply.github.com> Date: Sun, 20 Dec 2020 16:04:30 -0600 Subject: Fix compilation error (#1375) --- src/compat/nanomsg/nn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compat/nanomsg/nn.c b/src/compat/nanomsg/nn.c index 22990996..b6af8233 100644 --- a/src/compat/nanomsg/nn.c +++ b/src/compat/nanomsg/nn.c @@ -1300,8 +1300,8 @@ nn_poll(struct nn_pollfd *fds, int nfds, int timeout) return (rv); #else // NNG_PLATFORM_WINDOWS or NNG_PLATFORM_POSIX - NNI_ARG_UNUSED(pfds); - NNI_ARG_UNUSED(npfd); + NNI_ARG_UNUSED(fds); + NNI_ARG_UNUSED(nfds); NNI_ARG_UNUSED(timeout); errno = ENOTSUP; return (-1); -- cgit v1.2.3-70-g09d2