]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/test_hash.c
lib/test_hash.c: fix warning in two-dimensional array init
[mirror_ubuntu-artful-kernel.git] / lib / test_hash.c
index 66c5fc8351e84d703373a3572d6afaea84c410da..81702ee4c41c01aec46228eb75fd7745d10dfc58 100644 (file)
@@ -143,7 +143,7 @@ static int __init
 test_hash_init(void)
 {
        char buf[SIZE+1];
-       u32 string_or = 0, hash_or[2][33] = { 0 };
+       u32 string_or = 0, hash_or[2][33] = { { 0, } };
        unsigned tests = 0;
        unsigned long long h64 = 0;
        int i, j;