cleanup unused parameter warnings
[mech_eap.orig] / add_cred_with_password.c
index ca2dd6e..7907138 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, JANET(UK)
+ * Copyright (c) 2011, JANET(UK)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -38,7 +38,7 @@
 
 OM_uint32
 gss_add_cred_with_password(OM_uint32 *minor,
-                           const gss_cred_id_t input_cred_handle,
+                           const gss_cred_id_t input_cred_handle GSSEAP_UNUSED,
                            const gss_name_t desired_name,
                            const gss_OID desired_mech,
                            const gss_buffer_t password,