summaryrefslogtreecommitdiff
path: root/client/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/error.c')
-rw-r--r--client/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/error.c b/client/error.c
index 22e7e5b..982c845 100644
--- a/client/error.c
+++ b/client/error.c
@@ -45,7 +45,7 @@ static const char error_unknown[] = "unknown error";
** fixed message.
*/
static const char *
-get_error(krb5_context ctx, krb5_error_code code)
+get_error(krb5_context ctx UNUSED, krb5_error_code code)
{
const char *msg = NULL;
@@ -69,7 +69,7 @@ get_error(krb5_context ctx, krb5_error_code code)
** Free an error string if necessary.
*/
static void
-free_error(krb5_context ctx, const char *msg)
+free_error(krb5_context ctx UNUSED, const char *msg)
{
if (msg == error_unknown)
return;