diff options
Diffstat (limited to 'nest/password.c')
-rw-r--r-- | nest/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/password.c b/nest/password.c index 9a77e89b..594569cc 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; |