Commit caf8d8af authored by David Fuhrmann's avatar David Fuhrmann

macosx: do not use vlc_assert_unreachable in third-party code

parent dae359c8
......@@ -220,7 +220,7 @@ static CGEventRef tapEventCallback2(CGEventTapProxy proxy, CGEventType type, CGE
}
@catch (NSException * e) {
NSLog(@"Strange CGEventType: %d: %@", type, e);
vlc_assert_unreachable();
assert(0);
return event;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment