summaryrefslogtreecommitdiffstats
path: root/dhash/dhash_test.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-10-29 13:41:01 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-29 15:26:28 -0400
commit499b419fac5c4ff7ae754bf4078f69c3796e2e7f (patch)
tree2eb54b76cd1bf462448a6a36586e930568cc321e /dhash/dhash_test.c
parent0c1edf81f5da9801c17dc1300053896433e3b885 (diff)
downloadding-libs-499b419fac5c4ff7ae754bf4078f69c3796e2e7f.tar.gz
ding-libs-499b419fac5c4ff7ae754bf4078f69c3796e2e7f.tar.xz
ding-libs-499b419fac5c4ff7ae754bf4078f69c3796e2e7f.zip
Clean up warnings in dhash tests
Diffstat (limited to 'dhash/dhash_test.c')
-rw-r--r--dhash/dhash_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dhash/dhash_test.c b/dhash/dhash_test.c
index 8509964..450a1ab 100644
--- a/dhash/dhash_test.c
+++ b/dhash/dhash_test.c
@@ -285,7 +285,7 @@ int main(int argc, char **argv)
/* Get an array of keys in the table, print them out */
{
- unsigned long i, count;
+ unsigned long count;
hash_key_t *keys;
if (verbose) printf("\nhash_keys:\n");
@@ -309,7 +309,7 @@ int main(int argc, char **argv)
/* Get an array of values in the table, print them out */
{
- unsigned long i, count;
+ unsigned long count;
hash_value_t *values;
if (verbose) printf("\nhash_values:\n");
@@ -329,7 +329,7 @@ int main(int argc, char **argv)
/* Get an array of items in the table, print them out */
{
- unsigned long i, count;
+ unsigned long count;
hash_entry_t *entries;
if (verbose) printf("\nhash_entries:\n");