From 7c103b1ee17a274fa062fcf4b14234b48db8123a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:10:56 +0000 Subject: Marked unused parameters in core code as such. --- nest/password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/password.c') 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; -- cgit v1.2.3