[winpr,sspi] fix kerberos unused parameter warning

This commit is contained in:
akallabeth 2024-09-30 15:11:15 +02:00
parent 94c3253cee
commit 953aa6c436
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -82,6 +82,7 @@ krb5_prompt_type krb5glue_get_prompt_type(krb5_context ctx, krb5_prompt prompts[
{
WINPR_ASSERT(ctx);
WINPR_ASSERT(prompts);
WINPR_UNUSED(prompts);
krb5_prompt_type* types = krb5_get_prompt_types(ctx);
return types ? types[index] : 0;