diff options
author | Martin Mares <mj@ucw.cz> | 2004-06-05 11:10:56 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2004-06-05 11:10:56 +0200 |
commit | 7c103b1ee17a274fa062fcf4b14234b48db8123a (patch) | |
tree | 4a8f02cf3f5496f6c8df684553246fa4df390592 /nest/password.c | |
parent | e98bc2ea9b957287e78bc51e3293fc48a49c26b2 (diff) | |
download | bird-7c103b1ee17a274fa062fcf4b14234b48db8123a.tar bird-7c103b1ee17a274fa062fcf4b14234b48db8123a.zip |
Marked unused parameters in core code as such.
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 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; |