Re: [dpdk-dev] [PATCH v3 4/5] test/crypto: fix minsize build

2021-08-11 Thread Ruifeng Wang
> -Original Message- > From: dev On Behalf Of Thomas Monjalon > Sent: Sunday, August 8, 2021 8:52 PM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; david.march...@redhat.com; Akhil Goyal > ; Declan Doherty > Subject: [dpdk-dev] [PATCH v3 4/5] test/cryp

[dpdk-dev] [PATCH v3 4/5] test/crypto: fix minsize build

2021-08-08 Thread Thomas Monjalon
Error occurs when configuring meson with --buildtype=minsize with GCC 11.1.0: app/test/test_cryptodev_blockcipher.c:1133:45: error: ‘blk_tcs’ may be used uninitialized in this function [-Werror=maybe-uninitialized] | const struct blockcipher_test_case *blk_tcs; |