summaryrefslogtreecommitdiff
path: root/common/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
commitb79b1228de615c860df841670c9a882ca748f63a (patch)
treeb6446867781253108803de31819d00a190934182 /common/dhash/dhash_test.c
parent81009a08d43a6b5e60afb681c4ed07b413967179 (diff)
downloadsssd-b79b1228de615c860df841670c9a882ca748f63a.tar.gz
sssd-b79b1228de615c860df841670c9a882ca748f63a.tar.bz2
sssd-b79b1228de615c860df841670c9a882ca748f63a.zip
Clean up warnings in dhash tests
Diffstat (limited to 'common/dhash/dhash_test.c')
-rw-r--r--common/dhash/dhash_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/dhash/dhash_test.c b/common/dhash/dhash_test.c
index 8509964f..450a1ab5 100644
--- a/common/dhash/dhash_test.c
+++ b/common/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");