diff options
author | mark.yang <mark.yang@lge.com> | 2025-04-16 20:14:26 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:02 -0700 |
commit | cf98490262e1dca4c40cd2a30297d2341096d243 (patch) | |
tree | 394651506b23116c1ddfd72e0897fcff720f774e /meta-python/recipes-devtools/python/python3-matplotlib | |
parent | 26ac73828c1c2b27147247b252a815ee523acdaa (diff) | |
download | meta-openembedded-cf98490262e1dca4c40cd2a30297d2341096d243.tar.gz |
netperf: fix build error with gcc-15
* submit fix:
https://github.com/HewlettPackard/netperf/pull/86
to fix:
http://errors.yoctoproject.org/Errors/Details/851803/
../../git/src/nettest_bsd.c:4497:19: error: too many arguments to function 'alloc_sendfile_buf_ring'; expected 0, have 4
4497 | send_ring = alloc_sendfile_buf_ring(send_width,
| ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~
In file included from ../../git/src/nettest_bsd.c:175:
../../git/src/netlib.h:690:26: note: declared here
690 | extern struct ring_elt *alloc_sendfile_buf_ring();
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../git/src/nettest_omni.c:184:
../../git/src/hist.h:135:6: error: conflicting types for 'HIST_purge'; have 'void(struct histogram_struct *)'
135 | void HIST_purge(HIST h);
| ^~~~~~~~~~
...
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')
0 files changed, 0 insertions, 0 deletions