summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-05-03 08:41:18 +0200
committerRoss Burton <ross.burton@arm.com>2021-05-07 11:47:07 +0100
commit1ee1a73070d91e0c727f9d0db11943a61765c8d9 (patch)
tree702f4539f8b3a4f68d134924be7f1cdfe1425fc1 /recipes-core
parente4da38dd796b258a1b7c82221e03c0033092a8ba (diff)
downloadmeta-gplv2-1ee1a73070d91e0c727f9d0db11943a61765c8d9.tar.gz
elfutils: ignore format-truncation and stringop-overflow issues to fix build with gcc-113.4_M1
* works around: http://errors.yoctoproject.org/Errors/Details/580076/ elfutils-0.148/src/ar.c:1088:56: error: '%-*ld' directive output may be truncated writing between 6 and 10 bytes into a region of size 7 [-Werror=format-truncation=] 1088 | snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val); | ^~~~~ elfutils-0.148/src/ar.c:1088:55: note: directive argument in the range [0, 4294967295] 1088 | snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val); | ^~~~~~~ http://errors.yoctoproject.org/Errors/Details/580078/ elfutils-0.148/tests/addrcfi.c:90:16: error: 'dwarf_frame_register' accessing 96 bytes in a region of size 64 [-Werror=stringop-overflow=] 90 | int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'recipes-core')
0 files changed, 0 insertions, 0 deletions