Skip to content

contrib: cddb: add gcc14 support

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