summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_touchbar.m
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-11-23 11:20:50 +0100
committersfan5 <sfan5@live.de>2023-11-24 10:05:09 +0100
commitab8cc64b195559caf22710d73f4fb4c82702b2f4 (patch)
tree5f29a83a72ec585d9d59c279661402fccb857dd1 /osdep/macosx_touchbar.m
parentf84024b9dd9e0fff4239ee2a78d98dddb8ae0c73 (diff)
downloadmpv-ab8cc64b195559caf22710d73f4fb4c82702b2f4.tar.bz2
mpv-ab8cc64b195559caf22710d73f4fb4c82702b2f4.tar.xz
osdep/macosx: add default switch cases to suppress Wswitch
Diffstat (limited to 'osdep/macosx_touchbar.m')
-rw-r--r--osdep/macosx_touchbar.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/macosx_touchbar.m b/osdep/macosx_touchbar.m
index ccce8f773d..d70324bd1c 100644
--- a/osdep/macosx_touchbar.m
+++ b/osdep/macosx_touchbar.m
@@ -307,6 +307,8 @@
[self handlePropertyChange:(mpv_event_property *)event->data];
break;
}
+ default:
+ break;
}
}