summaryrefslogtreecommitdiffstats
path: root/nest/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/password.c')
-rw-r--r--nest/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/password.c b/nest/password.c
index 9a77e89..594569c 100644
--- a/nest/password.c
+++ b/nest/password.c
@@ -25,7 +25,7 @@ password_goodness(struct password_item *i)
}
struct password_item *
-get_best_password(struct password_item *head, int flags)
+get_best_password(struct password_item *head, int flags UNUSED)
{
int good = -1;
struct password_item *best = NULL;