diff options
author | Nguyen Dat Tho <tho3.nguyen@lge.com> | 2025-03-31 18:16:24 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 14:42:08 -0700 |
commit | 54c58000316c2be807ace03a01e0a7b13a8f1e74 (patch) | |
tree | 7e4ed710ba0781b81160f13f1d27458ac51f84d3 /meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc | |
parent | ffe4c94dca7a56d431b2e4bafec067e8bcf1c3fb (diff) | |
download | meta-openembedded-54c58000316c2be807ace03a01e0a7b13a8f1e74.tar.gz |
libburn: Fix build with gcc-15
Backport patch to fix the following error:
../libburn-1.5.6/test/poll.c: In function 'main':
../libburn-1.5.6/test/poll.c:67:27: error: assignment to '__sighandler_t' {aka 'void (*)(int)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
67 | newact.sa_handler = catch_int;
| ^
../libburn-1.5.6/test/poll.c:17:13: note: 'catch_int' declared here
17 | static void catch_int ()
| ^~~~~~~~~
In file included from ../libburn-1.5.6/test/poll.c:9:
/home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/libburn/1.5.6/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
72 | typedef void (*__sighandler_t) (int);
| ^~~~~~~~~~~~~~
make: *** [Makefile:1024: test/poll-poll.o] Error 1
Signed-off-by: Nguyen Dat Tho <tho3.nguyen@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc')
0 files changed, 0 insertions, 0 deletions