Repository: qpid-proton Updated Branches: refs/heads/master 06de5185d -> c52a2100f
NO-JIRA: omit stray statement Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c52a2100 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c52a2100 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c52a2100 Branch: refs/heads/master Commit: c52a2100fd84b66c4ad273b8611d72ae18d69efe Parents: 06de518 Author: Chuck Rolke <[email protected]> Authored: Tue Sep 19 13:59:27 2017 -0400 Committer: Chuck Rolke <[email protected]> Committed: Tue Sep 19 13:59:27 2017 -0400 ---------------------------------------------------------------------- proton-c/src/tests/connection_driver.c | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c52a2100/proton-c/src/tests/connection_driver.c ---------------------------------------------------------------------- diff --git a/proton-c/src/tests/connection_driver.c b/proton-c/src/tests/connection_driver.c index 639440c..166ca06 100644 --- a/proton-c/src/tests/connection_driver.c +++ b/proton-c/src/tests/connection_driver.c @@ -240,7 +240,6 @@ static void test_message_abort(test_t *t) { pn_data_put_binary(pn_message_body(m), pn_bytes(sizeof(body), body)); pn_rwbytes_t buf = { 0 }; ssize_t size = message_encode(m, &buf); - (void)size; /* Send 3 chunks, then abort */ static const ssize_t CHUNK = 100; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
