[dpdk-dev] [PATCH] pipeline: fix build with gcc 4.8.5

Thomas Monjalon thomas at monjalon.net
Wed Apr 21 12:41:47 CEST 2021


21/04/2021 12:06, Ali Alnubani:
> Compilation on CentOS 7 with gcc version 4.8.5 fails with
> the following errors:
> ```
> ...
> error: 'src_struct_id' may be used uninitialized in this
> function [-Werror=maybe-uninitialized]
> ...
> error: 'dst_struct_id' may be used uninitialized in this
> function [-Werror=maybe-uninitialized]
> ...
> ```
> 
> This patch fixes the build errors by initializing both variables.
> 
> Bugzilla ID: 683
> Fixes: 783768136f29 ("pipeline: auto-detect endianness of action arguments")
> Cc: cristian.dumitrescu at intel.com

This patch was depending on others so CI didn't run.
I've requested a partial CI run when dependencies resolved and it passed.
That's what happens when I merge a patch without a re-run of the full CI.
We really need to be able to re-run CI easily,
plus managing the dependencies in the CI.

> Signed-off-by: Ali Alnubani <alialnu at nvidia.com>

Applied, thanks





More information about the dev mailing list