Re: [PATCH] examples/pipeline: fix build with some compilers

2022-09-25 Thread Thomas Monjalon
25/09/2022 11:20, Ali Alnubani: > Fixes the following build failure with gcc 5.4.0 because > of uninitialized variables: > > [..] > examples/pipeline/cli.c:1801:10: error: 'idx' may be used > uninitialized in this function [-Werror=maybe-uninitialized] > [..] > examples/pipeline/cli.c:1916:10: e

[PATCH] examples/pipeline: fix build with some compilers

2022-09-25 Thread Ali Alnubani
Fixes the following build failure with gcc 5.4.0 because of uninitialized variables: [..] examples/pipeline/cli.c:1801:10: error: 'idx' may be used uninitialized in this function [-Werror=maybe-uninitialized] [..] examples/pipeline/cli.c:1916:10: error: 'idx' may be used uninitialized in this

Re: [PATCH] examples/pipeline: fix build

2022-06-07 Thread Thomas Monjalon
> > This patch fixes the following build failure seen on Ubuntu 16.04 > > with gcc 5.4.0 because of uninitialized variable: > > [..] > > examples/pipeline/cli.c:2853:9: error: 'session_id' may be used > > uninitialized in this function [-Werror=maybe-uninitialized] > > [..] > > > > Fixes

RE: [PATCH] examples/pipeline: fix build

2022-06-07 Thread Dumitrescu, Cristian
> -Original Message- > From: Ali Alnubani > Sent: Thursday, June 2, 2022 1:34 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/pipeline: fix build > > This patch fixes the following build failure seen on Ubuntu 16.04 >

[PATCH] examples/pipeline: fix build

2022-06-02 Thread Ali Alnubani
This patch fixes the following build failure seen on Ubuntu 16.04 with gcc 5.4.0 because of uninitialized variable: [..] examples/pipeline/cli.c:2853:9: error: 'session_id' may be used uninitialized in this function [-Werror=maybe-uninitialized] [..] Fixes: 172254555f9f ("examples/pipeli

Re: [dpdk-dev] [PATCH] examples/pipeline: fix build

2021-07-20 Thread Thomas Monjalon
12/07/2021 10:08, Dumitrescu, Cristian: > From: Ali Alnubani > > This patch fixes the following build failures seen on Ubuntu 16.04 > > with gcc 5.4.0 because of uninitialized variables: > > Acked-by: Cristian Dumitrescu Applied, thanks

Re: [dpdk-dev] [PATCH] examples/pipeline: fix build

2021-07-12 Thread Dumitrescu, Cristian
> -Original Message- > From: Ali Alnubani > Sent: Monday, July 12, 2021 8:47 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Khangar, Churchill > ; Dumitrescu, Cristian > > Subject: [PATCH] examples/pipeline: fix build > > This patch fixes the following

[dpdk-dev] [PATCH] examples/pipeline: fix build

2021-07-12 Thread Ali Alnubani
This patch fixes the following build failures seen on Ubuntu 16.04 with gcc 5.4.0 because of uninitialized variables: ... examples/pipeline/cli.c:1559:11: error: 'weight_val' may be used uninitialized in this function [-Werror=maybe-uninitialized] ... examples/pipeline/cli.c:1545:13: error: 'memb