Skip to content
Snippets Groups Projects

contrib: cddb: add gcc14 support

Open Khalid Masum requested to merge Labnann/vlc:cddb-gcc14 into master

Since GCC14, GCC no longer allows implicitly casting all pointer types to all other pointer types. This behavior is now restricted to the * type and its qualified variations.

https://www.gnu.org/software/gcc/gcc-14/porting_to.html?#incompatible-pointer-types

This causes cddb fail to build on gcc14. This patch fixes that.

Edited by Khalid Masum

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading