On Wed, 2024-08-21 at 18:37 +0300, Kalle Valo wrote: > > /* TODO: Recalc radar detection */ > - > -unlock: > } I guess this is the sparse warning, but I think this is an error at least in clang without removing the label or putting a ; after the label, so you might want to fix it in the same patch. johannes