summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb
diff options
context:
space:
mode:
authormark.yang <mark.yang@lge.com>2025-04-08 15:02:11 +0900
committerKhem Raj <raj.khem@gmail.com>2025-04-08 08:22:06 -0700
commitfc28826b61f4d0f4ed2f28951e1c82babfd52496 (patch)
tree99ce4348d3ba9093c0662c72db3c1c04bf4ae672 /meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb
parent31f49abf20f03e2d52d21fdc2befeae778f2d8a6 (diff)
downloadmeta-openembedded-fc28826b61f4d0f4ed2f28951e1c82babfd52496.tar.gz
dhex: fix error with gcc-15
* A strict error handling for function parameters in gcc-15 causes errors. output.c:9:6: error: conflicting types for 'initcolors'; have 'void(tOutput *)' {aka 'void(struct _tOutput *)'} 9 | void initcolors(tOutput* output) | ^~~~~~~~~~ In file included from output.c:7: output.h:10:6: note: previous declaration of 'initcolors' with type 'void(void)' 10 | void initcolors(); | ^~~~~~~~~~ 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-toolz_1.0.0.bb')
0 files changed, 0 insertions, 0 deletions