Whamcloud - gitweb
LU-6394 all: fix compilation errors with FORTIFY_SOURCE
[fs/lustre-release.git] / lustre / utils / gss / context_lucid.c
index c5241cc..1f69818 100644 (file)
@@ -263,7 +263,7 @@ derive_key_lucid(const gss_krb5_lucid_key_t *in, gss_krb5_lucid_key_t *out,
        krb5_error_code code;
        unsigned char constant_data[K5CLENGTH];
        krb5_data datain;
-       int keylength;
+       int keylength __attribute__ ((unused));
 #ifdef HAVE_KRB5
        void *enc;
 #endif