diff options
author | mark.yang <mark.yang@lge.com> | 2025-04-08 14:11:36 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-07 23:33:19 -0700 |
commit | 314df95684923cf271260799c4c3517d3e61ea68 (patch) | |
tree | 37fbb5f0096986b8b1d8c4d72a7b5a0a6daf58ae /meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python | |
parent | 788c27a84621cd9d05f6074922543c07bc82efde (diff) | |
download | meta-openembedded-314df95684923cf271260799c4c3517d3e61ea68.tar.gz |
daemontools: fix build with gcc-15
* Fix prototype declaration and too many arguments function errors due to outdated style
byte_chr.c:9:1: error: number of arguments doesn't match prototype
9 | {
| ^
In file included from byte_chr.c:3:
byte.h:6:21: error: prototype declaration
6 | extern unsigned int byte_chr();
| ^~~~~~~~
...
./compile buffer_get.c
buffer_get.c: In function 'oneread':
buffer_get.c:12:9: error: too many arguments to function 'op'; expected 0, have 3
12 | r = op(fd,buf,len);
| ^~ ~~
...
supervise.c: In function 'doit':
supervise.c:144:11: error: too many arguments to function 'wait_nohang'; expected 0, have 1
144 | r = wait_nohang(&wstat);
| ^~~~~~~~~~~ ~~~~~~
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-aws-iot-device-sdk-python')
0 files changed, 0 insertions, 0 deletions