From 8ec517a521107ca5d69216640cbdf0e0b31f3361 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sun, 18 Sep 2005 10:43:51 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- Fix compiler warnings --- examples/vpass.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'examples/vpass.c') diff --git a/examples/vpass.c b/examples/vpass.c index 9a07ee38..1925dd66 100644 --- a/examples/vpass.c +++ b/examples/vpass.c @@ -1,3 +1,6 @@ + +#include "config.h" + #include #include #include @@ -5,8 +8,9 @@ #include #include -static int test_conv(int num_msg, const struct pam_message **msgm, - struct pam_response **response, void *appdata_ptr) +static int +test_conv (int num_msg UNUSED, const struct pam_message **msgm UNUSED, + struct pam_response **response UNUSED, void *appdata_ptr UNUSED) { return 0; } -- cgit v1.2.3