summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest
diff options
context:
space:
mode:
authormark.yang <mark.yang@lge.com>2025-04-16 18:33:33 +0900
committerKhem Raj <raj.khem@gmail.com>2025-04-19 14:36:02 -0700
commitc81b4c74e4ba1a7dae8639197cb72f12b8e64463 (patch)
tree507c387f8075254e4bda42c34e3cf91cc37abfc4 /meta-python/recipes-devtools/python/python3-matplotlib/run-ptest
parentdd018dabf869cc7d2fc661e6bb62948c914226c2 (diff)
downloadmeta-openembedded-c81b4c74e4ba1a7dae8639197cb72f12b8e64463.tar.gz
ssmtp: fix build error with gcc-15
* fix build error with gcc-15 ../ssmtp-2.64/ssmtp.c:1454:31: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1454 | (void)signal(SIGALRM, (void(*)())handler); /* Catch SIGALRM */ | ^~~~~~~~~~~~~~~~~~ | | | void (*)(void) In file included from TOPDIR/tmp/work/core2-64-oe-linux/ssmtp/2.64/recipe-sysroot/usr/include/sys/param.h:28, from ../ssmtp-2.64/ssmtp.c:18: TOPDIR/tmp/work/core2-64-oe-linux/ssmtp/2.64/recipe-sysroot/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void (*)(void)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ../ssmtp-2.64/ssmtp.c:1393:6: note: 'handler' declared here 1393 | void handler(void) | ^~~~~~~ Signed-off-by: mark.yang <mark.yang@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/run-ptest')
0 files changed, 0 insertions, 0 deletions