Re: [dpdk-dev] [PATCH] eal/ppc: ignore gcc 10 stringop-overflow warnings
From: David Marchand <hidden>
Date: 2021-09-13 07:19:22
From: David Marchand <hidden>
Date: 2021-09-13 07:19:22
On Fri, Sep 3, 2021 at 12:15 AM David Christensen [off-list ref] wrote:
Suppress gcc warning "warning: writing 16 bytes into a region of
size 0" for users of the POWER rte_memcpy() function. Existing
rte_memcpy() code takes different code paths based on the actual
size of the move so the warning is already addressed. See also
commit b5b3ea803e47 ("eal/x86: ignore gcc 10 stringop-overflow warnings")Cc: stable@dpdk.org
Signed-off-by: David Christensen <redacted>
Applied, thanks. -- David Marchand