From 59efbdd4e9402c685a7374dfe7e01457b7846b84 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Mar 2015 14:59:52 -0500 Subject: malloctest/init.c: Fix use uninitialized warning --- testsuites/libtests/malloctest/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/malloctest/init.c b/testsuites/libtests/malloctest/init.c index 399cdd5dc9..7e1728dbde 100644 --- a/testsuites/libtests/malloctest/init.c +++ b/testsuites/libtests/malloctest/init.c @@ -1199,6 +1199,9 @@ static void test_posix_memalign(void) maximumShift = (sizeof(size_t) * CHAR_BIT) - 1; for ( i=sizeof(void *) ; i