gss_util.c: At top level: gss_util.c:98:36: warning: ISO C does not allow extra ‘;’ outside of a function [-pedantic] Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- utils/gssd/gss_util.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c index 0e327b0..2e6d40f 100644 --- a/utils/gssd/gss_util.c +++ b/utils/gssd/gss_util.c @@ -95,7 +95,7 @@ /* Global gssd_credentials handle */ gss_cred_id_t gssd_creds; -gss_OID g_mechOid = GSS_C_NULL_OID;; +gss_OID g_mechOid = GSS_C_NULL_OID; #if 0 static void -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html