diff --git a/app/test/test_prefetch.c b/app/test/test_prefetch.c index 5489885b51..7b4a8e4144 100644 --- a/app/test/test_prefetch.c +++ b/app/test/test_prefetch.c @@ -20,7 +20,7 @@ static int test_prefetch(void) { - int a; + int a = 0; rte_prefetch0(&a); rte_prefetch1(&a);