diff options
author | mark.yang <mark.yang@lge.com> | 2025-04-10 11:11:47 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 08:31:04 -0700 |
commit | bb4104013789342fe13bd6ecac5645a96217417b (patch) | |
tree | 3ba70d50a71fad1af24b10ed69ec2e979d587194 /meta-python/recipes-devtools/python/python3-matplotlib/run-ptest | |
parent | a3e34d2ada9f230ca105aa36bbff2eb5484b100d (diff) | |
download | meta-openembedded-bb4104013789342fe13bd6ecac5645a96217417b.tar.gz |
nbench-byte: fix build error with gcc-15
* Fix the following build error with gcc-15:
nbench1.c:3520:13: error: conflicting types for 'adjust_mid_wts'; have 'void(int)'
3520 | static void adjust_mid_wts(int patt)
| ^~~~~~~~~~~~~~
In file included from nbench1.c:64:
nbench1.h:373:13: note: previous declaration of 'adjust_mid_wts' with type 'void(void)'
373 | static void adjust_mid_wts();
| ^~~~~~~~~~~~~~
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