From 12d8e31275099325d47f9ec654662bae8de85352 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 30 Mar 2006 12:44:05 +0000 Subject: ChangeLogTag: Thu Mar 30 12:32:12 UTC 2006 Johnny Willemsen --- tests/Hash_Map_Manager_Test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Hash_Map_Manager_Test.cpp b/tests/Hash_Map_Manager_Test.cpp index 26a41c0cd98..d5cbac6a890 100644 --- a/tests/Hash_Map_Manager_Test.cpp +++ b/tests/Hash_Map_Manager_Test.cpp @@ -161,7 +161,7 @@ run_test (void) // Let's test the iterator while we are at it. { - HASH_STRING_ENTRY *entry; + HASH_STRING_ENTRY *entry = 0; size_t i = 0; for (HASH_STRING_ITER hash_iter (hash); @@ -179,7 +179,7 @@ run_test (void) // And now test the const iterator { - HASH_STRING_ENTRY *entry; + HASH_STRING_ENTRY *entry = 0; size_t i = 0; for (HASH_STRING_CONST_ITER hash_iter (hash); @@ -213,7 +213,7 @@ run_test (void) // Let's test the iterator backwards. { - HASH_STRING_ENTRY *entry; + HASH_STRING_ENTRY *entry = 0; size_t i = 0; for (HASH_STRING_REVERSE_ITER hash_iter (hash); -- cgit v1.2.1