damus/c: fix a few warnings

This commit is contained in:
William Casarin
2023-12-04 13:25:02 -08:00
parent 4bf8a68c9c
commit e40d5b3e83
3 changed files with 6 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ class SuggestedUsersViewModel: ObservableObject {
}
switch nev {
case .event(let sub_id, let ev):
case .event:
break
case .notice(let msg):