Skip to content

pipewire: module-ffado-driver: don't have labels at the end

Barnabás Pőcze requested to merge pobrn/pipewire:fix_clang_build into master
Labels are only allowed before statements before C23,
and clang does not support them as an extension in
gnu11 that pipewire uses, so add `break`s.

Merge request reports