Skip to content

mkv/qt: fix potential enum warnings

Steve Lhomme requested to merge robUx4/vlc:enum-warnings into master

We don't want a default case in this handler. But gcc 14 complains:

control reaches end of non-void function

Extracted from !6435

Edited by Steve Lhomme

Merge request reports

Loading