diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-04-20 18:59:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-04-20 18:59:23 +0200 |
commit | 3e16fb823e4921ef85eac7730794a2c3de184c1a (patch) | |
tree | fd1549c9c643490c4aa1f5c035287fd59f0003c9 /tests/check_md5.c | |
parent | b4008a52254debf3a2c348c9e4a710d3bb8dc8ec (diff) |
Fix compiler warnings in testsuite/.
Diffstat (limited to 'tests/check_md5.c')
-rw-r--r-- | tests/check_md5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/check_md5.c b/tests/check_md5.c index 4b99d300..a9c31f4f 100644 --- a/tests/check_md5.c +++ b/tests/check_md5.c @@ -36,7 +36,6 @@ static void check_sums(int l) md5_byte_t sum[16]; tcase_fn_start (tests[i].str, __FILE__, __LINE__); md5_state_t state; - int di; md5_init(&state); md5_append(&state, (const md5_byte_t *)tests[i].str, strlen(tests[i].str)); |