mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 18:03:30 +08:00
[winpr,sspi] fix kerberos unused parameter warning
This commit is contained in:
parent
94c3253cee
commit
953aa6c436
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user