Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 F359A119E2 for ; Mon, 4 Aug 2014 18:06:40 +0000 (UTC) Received: (qmail 7594 invoked by uid 500); 4 Aug 2014 18:06:40 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 7472 invoked by uid 500); 4 Aug 2014 18:06:40 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 7014 invoked by uid 99); 4 Aug 2014 18:06:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 18:06:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EE4BE91F12D; Mon, 4 Aug 2014 18:06:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Mon, 04 Aug 2014 18:06:49 -0000 Message-Id: In-Reply-To: <0386fdaf14974446bb725eb23c76d664@git.apache.org> References: <0386fdaf14974446bb725eb23c76d664@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/15] git commit: Fix other compiler warning Fix other compiler warning Same issue, different function. Project: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/commit/504cbd01 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/tree/504cbd01 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-b64url/diff/504cbd01 Branch: refs/heads/windsor-merge Commit: 504cbd010905c0fb9fe9bc133c81e2639f8ab6fe Parents: 406e9f7 Author: Paul J. Davis Authored: Thu Nov 21 15:50:08 2013 -0600 Committer: Paul J. Davis Committed: Thu Nov 21 15:50:08 2013 -0600 ---------------------------------------------------------------------- c_src/b64url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-b64url/blob/504cbd01/c_src/b64url.c ---------------------------------------------------------------------- diff --git a/c_src/b64url.c b/c_src/b64url.c index f4067fb..5e48957 100644 --- a/c_src/b64url.c +++ b/c_src/b64url.c @@ -494,7 +494,7 @@ b64url_decode_init(ErlNifEnv* env, int argc, const ENTERM argv[]) b64url_st* st = NULL; size_t tlen; int status; - ENTERM ret; + ENTERM ret = priv->atom_error; if(argc != 1) { return enif_make_badarg(env);