summaryrefslogtreecommitdiff
path: root/tests/keygrip.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-02-21 13:26:38 +0000
committerWerner Koch <wk@gnupg.org>2007-02-21 13:26:38 +0000
commit56d370e0084511d9f9d706d0bcf2e3375b46ca25 (patch)
treedb028f7ec619291d6ed5ee5929f58bf835fa4ff3 /tests/keygrip.c
parentbfb2b7eaf2808d7ba17914b91c00bfc02b4ec6c2 (diff)
downloadlibgcrypt-56d370e0084511d9f9d706d0bcf2e3375b46ca25.tar.gz
A lot of cleanups as well as minor API changes.
Ported some changes from 1.2 to here.
Diffstat (limited to 'tests/keygrip.c')
-rw-r--r--tests/keygrip.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/keygrip.c b/tests/keygrip.c
index 36ebb276..351139f1 100644
--- a/tests/keygrip.c
+++ b/tests/keygrip.c
@@ -113,6 +113,11 @@ static void
progress_handler (void *cb_data, const char *what, int printchar,
int current, int total)
{
+ (void)cb_data;
+ (void)what;
+ (void)current;
+ (void)total;
+
putchar (printchar);
}