diff --git a/src/lib/platform/EiScreen.cpp b/src/lib/platform/EiScreen.cpp index ff52d3aa78..d6d0cdc50c 100644 --- a/src/lib/platform/EiScreen.cpp +++ b/src/lib/platform/EiScreen.cpp @@ -820,6 +820,8 @@ void EiScreen::handleSystemEvent(const Event &sysevent, void *) case EI_EVENT_SCROLL_STOP: case EI_EVENT_SCROLL_CANCEL: break; + default: + break; } ei_event_unref(event); }