Hi, > -----Original Message----- > From: dev <[email protected]> On Behalf Of Cristian Dumitrescu > Sent: Saturday, July 10, 2021 3:21 AM > To: [email protected]; NBU-Contact-Thomas Monjalon > <[email protected]> > Cc: Churchill Khangar <[email protected]> > Subject: [dpdk-dev] [PATCH V4 4/5] examples/pipeline: add support for > selector tables > > Add application-evel support for selector tables. > > Signed-off-by: Churchill Khangar <[email protected]> > Signed-off-by: Cristian Dumitrescu <[email protected]> > ---
This patch is causing the following build error in Ubuntu 16.04.7 with gcc version 5.4.0: """ $ meson --werror --buildtype=debugoptimized -Dexamples=all build && ninja -C build ... ... ../../root/dpdk/examples/pipeline/cli.c: In function 'pipeline_selector_group_member_read': ../../root/dpdk/examples/pipeline/cli.c:1559:11: error: 'weight_val' may be used uninitialized in this function [-Werror=maybe-uninitialized] *weight = weight_val; """ Regards, Ali

