DPDK CI discussions
 help / color / mirror / Atom feed
* Re: [dpdk-ci] [dpdk-dev] [PATCH] pipeline: fix build with gcc 4.8.5
       [not found] <20210421100638.19451-1-alialnu@nvidia.com>
@ 2021-04-21 10:41 ` Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2021-04-21 10:41 UTC (permalink / raw)
  To: Ali Alnubani; +Cc: dev, cristian.dumitrescu, aconole, ci

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@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@nvidia.com>

Applied, thanks




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-21 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210421100638.19451-1-alialnu@nvidia.com>
2021-04-21 10:41 ` [dpdk-ci] [dpdk-dev] [PATCH] pipeline: fix build with gcc 4.8.5 Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).