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