On 10/03/2047 02:14 PM, Rahul Kumar Gupta wrote: > Dear Maintainer(s), > > This change is to fix the misleading indentation warning/error in the > DPDK 16.04 with GCC version 6. This is the warning teated as error since > yocto is using -Wall and -Werror. > > A new warning -Wmisleading-indentation was added to -Wall in GCC version 6, > warning about places where the indentation of the code might mislead a human > reader about the control flow. > > The image have been tested on Grantley-Broadwell using intel-corei7-64 BSP. > > Please merge in master if these looks ok. >
Merged, thanks. Tom > Thanks, > > Rahul Kumar Gupta (1): > meta-isg: dpdk : Fix for misleading indentation error > > meta-isg/common/recipes-extended/dpdk/dpdk.inc | 1 + > ...6.04-Fix-for-misleading-indentation-error.patch | 56 > ++++++++++++++++++++++ > 2 files changed, 57 insertions(+) > create mode 100644 > meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-16.04-Fix-for-misleading-indentation-error.patch > -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
