Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix build error with gcc 4.8.5

2019-06-05 Thread Thomas Monjalon
05/06/2019 16:11, Bruce Richardson: > On CentOS/RHEL 7, we get build errors reported due to a variable being > possibly unitialized. Setting a default init value fixes this issue. > > Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") > Cc: roy.fan.zh...@intel.com > Cc: s

[dpdk-dev] [PATCH] crypto/aesni_mb: fix build error with gcc 4.8.5

2019-06-05 Thread Bruce Richardson
On CentOS/RHEL 7, we get build errors reported due to a variable being possibly unitialized. Setting a default init value fixes this issue. Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") Cc: roy.fan.zh...@intel.com Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson