diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-16 00:43:03 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-16 00:43:03 -0800 |
| commit | 39dbff5615631522d3ef98b83141957038502c0d (patch) | |
| tree | 89becbf88ebb79df9c9202450acd476bd790bde0 /src/transport | |
| parent | f71209a0b429cddcd44f1f2473c49e986c9b4be7 (diff) | |
| download | nng-39dbff5615631522d3ef98b83141957038502c0d.tar.gz nng-39dbff5615631522d3ef98b83141957038502c0d.tar.bz2 nng-39dbff5615631522d3ef98b83141957038502c0d.zip | |
Various complaints found in AppVeyor build.
Diffstat (limited to 'src/transport')
| -rw-r--r-- | src/transport/inproc/inproc.c | 1 | ||||
| -rw-r--r-- | src/transport/ipc/ipc.c | 1 | ||||
| -rw-r--r-- | src/transport/tcp/tcp.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/inproc/inproc.c b/src/transport/inproc/inproc.c index 3f645d13..d6b1ac74 100644 --- a/src/transport/inproc/inproc.c +++ b/src/transport/inproc/inproc.c @@ -269,7 +269,6 @@ nni_inproc_ep_connect(void *arg, void **pipep) nni_mtx_lock(&nni_inproc.mx); for (;;) { nni_inproc_ep *server; - nni_list *list; if (ep->closed) { nni_mtx_unlock(&nni_inproc.mx); diff --git a/src/transport/ipc/ipc.c b/src/transport/ipc/ipc.c index 2ddc74b7..4f1a5afa 100644 --- a/src/transport/ipc/ipc.c +++ b/src/transport/ipc/ipc.c @@ -227,7 +227,6 @@ nni_ipc_negotiate(nni_ipc_pipe *pipe) int rv; nni_iov iov; uint8_t buf[8]; - uint16_t peer; // First send our header.. buf[0] = 0; diff --git a/src/transport/tcp/tcp.c b/src/transport/tcp/tcp.c index 8fcf07e5..6c085388 100644 --- a/src/transport/tcp/tcp.c +++ b/src/transport/tcp/tcp.c @@ -270,7 +270,6 @@ nni_tcp_negotiate(nni_tcp_pipe *pipe) int rv; nni_iov iov; uint8_t buf[8]; - uint16_t peer; // First send our header.. buf[0] = 0; |
