meta-dpdk/recipes-extended/dpdk
Hongxu Jia 238b8772dd dpdk: fix compile failure on gcc10
Since oe-core upgraded gcc to 10.1, there is a failure
...
|path_to_dpdk/19.11.1-r0/git/examples/ipsec-secgw/ipsec_process.c:131:34:
error: 'grp.m' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
|  131 |    grp[n].cnt = pkts + i - grp[n].m;
...

Add option `-Wno-error=maybe-uninitialized' to workaround

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-05-21 09:15:07 +08:00
..
dpdk dpdk/19.11: upgrade 19.11.0 -> 19.11.1 2020-04-20 10:05:38 +08:00
dpdk_18.11.7.bb dpdk/18.11: upgrade 18.11.5 -> 18.11.7 2020-04-20 09:55:30 +08:00
dpdk_19.11.1.bb dpdk/19.11: upgrade 19.11.0 -> 19.11.1 2020-04-20 10:05:38 +08:00
dpdk.inc dpdk: fix compile failure on gcc10 2020-05-21 09:15:07 +08:00