app/testpmd: fix metering and policing command for RFC4115
[dpdk.git] / app / test / test_prefetch.c
index 5489885..7b4a8e4 100644 (file)
@@ -20,7 +20,7 @@
 static int
 test_prefetch(void)
 {
-       int a;
+       int a = 0;
 
        rte_prefetch0(&a);
        rte_prefetch1(&a);