Re: [dpdk-dev] [PATCH] app/crypto-perf: fix build with Ofast

2017-10-13 Thread Thomas Monjalon
13/10/2017 11:20, Pablo de Lara: > app/test-crypto-perf/main.c:596:6: error: ‘total_nb_qps’ may be > used uninitialized in this function [-Werror=maybe-uninitialized] >if (i == total_nb_qps) > ^ > > Fixes: c4f916e33226 ("app/crypto-perf: support multiple queue pairs") > > Signed-off-by:

[dpdk-dev] [PATCH] app/crypto-perf: fix build with Ofast

2017-10-13 Thread Pablo de Lara
app/test-crypto-perf/main.c:596:6: error: ‘total_nb_qps’ may be used uninitialized in this function [-Werror=maybe-uninitialized] if (i == total_nb_qps) ^ Fixes: c4f916e33226 ("app/crypto-perf: support multiple queue pairs") Signed-off-by: Pablo de Lara --- app/test-crypto-perf/main.c