eal/ppc: ignore GCC 10 stringop-overflow warnings
authorDavid Christensen <drc@linux.vnet.ibm.com>
Thu, 2 Sep 2021 22:15:14 +0000 (15:15 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 13 Sep 2021 07:18:06 +0000 (09:18 +0200)
commitc13e6177394365d4db1595ea038bd9c3de04d32f
tree68e107024c2cc862e1b8540a029f12d9cf50a850
parent962bbb0b7f56ab982d6337c9bae05e1b105f8bdd
eal/ppc: ignore GCC 10 stringop-overflow warnings

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 <drc@linux.vnet.ibm.com>
lib/eal/ppc/include/rte_memcpy.h