Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-hashmap: squelch gcc compiler warning
[gitweb.git]
/
test-hashmap.c
diff --git
a/test-hashmap.c
b/test-hashmap.c
index 581d2964e42e449f609d25dc52a9422827ff3641..d85670976f273fa5b1a2bbd716ba4e94f1bc9d9c 100644
(file)
--- a/
test-hashmap.c
+++ b/
test-hashmap.c
@@
-48,7
+48,7
@@
static struct test_entry *alloc_test_entry(int hash, char *key, int klen,
static unsigned int hash(unsigned int method, unsigned int i, const char *key)
{
- unsigned int hash;
+ unsigned int hash
= 0
;
switch (method & 3)
{
case HASH_METHOD_FNV: