Skip to content

configure: add -Werror=int-conversion to extra compiler checks

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

This corresponds to new errors in gcc 14 according to #28441 (closed)

We already have -Werror-implicit-function-declaration by default.

Merge request reports