libobs/plugins/UI: Suppress -Wimplicit-fallthrough introduced by GCC 7
Signed-off-by: Shaolin <admshao@gmail.com>
This commit is contained in:
@@ -164,6 +164,7 @@ QObject *CreateShortcutFilter()
|
||||
case Qt::Key_Return:
|
||||
if (dialog && pressed)
|
||||
return false;
|
||||
/* Falls through. */
|
||||
default:
|
||||
hotkey.key = obs_key_from_virtual_key(
|
||||
event->nativeVirtualKey());
|
||||
|
Reference in New Issue
Block a user