From: Steve Dickson <steved@redhat.com>
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: [PATCH 4/5] Fixed warnings in src/g_mit_krb5_mech.c
Date: Wed, 24 Oct 2012 14:08:43 -0400 [thread overview]
Message-ID: <1351102124-24036-5-git-send-email-steved@redhat.com> (raw)
In-Reply-To: <1351102124-24036-1-git-send-email-steved@redhat.com>
g_mit_krb5_mech.c:209:1: warning: label 'out' defined but not used [-Wunused-label]
Signed-off-by: Steve Dickson <steved@redhat.com>
---
src/g_mit_krb5_mech.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/g_mit_krb5_mech.c b/src/g_mit_krb5_mech.c
index b2ad784..aa7433a 100644
--- a/src/g_mit_krb5_mech.c
+++ b/src/g_mit_krb5_mech.c
@@ -206,6 +206,5 @@ internal_krb5_gss_initialize(void *dl)
krb5_mechanism.gss_free_lucid_sec_context = p;
}
krb5_mech_ptr = &krb5_mechanism;
-out:
return (krb5_mech_ptr);
}
--
1.7.11.7
next prev parent reply other threads:[~2012-10-24 18:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-24 18:08 [PATCH 0/5] libgssglue clean up Steve Dickson
2012-10-24 18:08 ` [PATCH 1/5] Fixed warnings in src/g_canon_name.c Steve Dickson
2012-10-24 18:08 ` [PATCH 2/5] Fixed warnings in src/g_initialize.c Steve Dickson
2012-10-24 18:08 ` [PATCH 3/5] Fixed warnings in src/g_inq_cred.c Steve Dickson
2012-10-24 18:08 ` Steve Dickson [this message]
2012-10-24 18:08 ` [PATCH 5/5] Fixed warnings in src/g_unseal.c and src/g_verify.c Steve Dickson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1351102124-24036-5-git-send-email-steved@redhat.com \
--to=steved@redhat.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).