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/protocol/survey | |
| 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/protocol/survey')
| -rw-r--r-- | src/protocol/survey/respond.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol/survey/respond.c b/src/protocol/survey/respond.c index 2359fef1..0cef5a68 100644 --- a/src/protocol/survey/respond.c +++ b/src/protocol/survey/respond.c @@ -219,7 +219,6 @@ nni_resp_pipe_recv(void *arg) NNI_PUT32(idbuf, id); for (;;) { - size_t len; uint8_t *body; int hops; @@ -326,7 +325,6 @@ static nni_msg * nni_resp_sock_sfilter(void *arg, nni_msg *msg) { nni_resp_sock *psock = arg; - size_t len; if (psock->raw) { return (msg); |
