Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B5601812C for ; Thu, 2 Jul 2015 14:12:20 +0000 (UTC) Received: (qmail 21028 invoked by uid 500); 2 Jul 2015 14:12:20 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 21001 invoked by uid 500); 2 Jul 2015 14:12:20 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 20992 invoked by uid 99); 2 Jul 2015 14:12:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 14:12:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C81EDE3645; Thu, 2 Jul 2015 14:12:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: astitcher@apache.org To: commits@qpid.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: qpid-proton git commit: PROTON-911: Signed/unsigned confusion fix - Fixes a warning picked up by the clang compiler. Date: Thu, 2 Jul 2015 14:12:19 +0000 (UTC) Repository: qpid-proton Updated Branches: refs/heads/master f99337f1a -> c1a1df200 PROTON-911: Signed/unsigned confusion fix - Fixes a warning picked up by the clang compiler. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c1a1df20 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c1a1df20 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c1a1df20 Branch: refs/heads/master Commit: c1a1df200dc1fe1e912930dac96f40f5c6ff3678 Parents: f99337f Author: Andrew Stitcher Authored: Thu Jul 2 10:10:09 2015 -0400 Committer: Andrew Stitcher Committed: Thu Jul 2 10:10:09 2015 -0400 ---------------------------------------------------------------------- proton-c/src/sasl/sasl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c1a1df20/proton-c/src/sasl/sasl.c ---------------------------------------------------------------------- diff --git a/proton-c/src/sasl/sasl.c b/proton-c/src/sasl/sasl.c index f054e8f..a33256c 100644 --- a/proton-c/src/sasl/sasl.c +++ b/proton-c/src/sasl/sasl.c @@ -380,7 +380,7 @@ static ssize_t pn_output_write_sasl_encrypt(pn_transport_t* transport, unsigned for (ssize_t processed = 0; processed0) { size = pn_buffer_append(out, encoded.start, encoded.size); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org