Skip to content

Commit

Permalink
Fix incompatible-pointer-types-discards-qualifiers warning on GhostBS…
Browse files Browse the repository at this point in the history
…D/clang

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Oct 29, 2014
1 parent 97b49db commit 048aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gssapi.c
Expand Up @@ -51,7 +51,7 @@ static void print_gss_err(struct openconnect_info *vpninfo, const char *where,
static const char spnego_OID[] = "\x2b\x06\x01\x05\x05\x02";
static const gss_OID_desc gss_mech_spnego = {
6,
&spnego_OID
(void *)&spnego_OID
};

static int gssapi_setup(struct openconnect_info *vpninfo, const char *service)
Expand Down

0 comments on commit 048aa03

Please sign in to comment.