mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
22b3ef2e30
Fix the following build failure with gcc >= 14:
codec_skeleton.c: In function 'skeleton_process_fisbone_message_header':
codec_skeleton.c:119:9: error: implicit declaration of function 'utf8_decode' [-Wimplicit-function-declaration]
119 | if (utf8_decode(header, &decoded) < 0) {
| ^~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/bb5d56d836e7d0f2a62daa9954878ad6e0b190ed
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit
|
||
---|---|---|
.. | ||
0001-fix-build-with-gcc-14.patch | ||
Config.in | ||
vorbis-tools.hash | ||
vorbis-tools.mk |