Skip to content

configure: add extra code checks matching GCC 14

Steve Lhomme requested to merge robUx4/vlc:gcc14_extras into master

In gcc 14 some warnings are now turned into errors by default [1]. So of these were already errors in VLC. But there's are some that we can use.

This will ensure the VLC code is ready for the GCC 14 move. However there's a chance some contribs don't build anymore, especially the old unmaintained ones.

[1] https://gcc.gnu.org/gcc-14/porting_to.html#warnings-as-errors

Draft as it's a long weekend in France so wouldn't be reviewed otherwise.

Merge request reports