Skip to content
Snippets Groups Projects

community/vorbis-tools: fix build with gcc 14

Merged mio requested to merge mio/aports:vorbis-tools into master

Fix -Wimplicit-function-declaration error with gcc 14.

Error:

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) {                                                                                    
      |         ^~~~~~~~~~~

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading