diff --git a/lib/irrlicht/source/Irrlicht/CGUIListBox.cpp b/lib/irrlicht/source/Irrlicht/CGUIListBox.cpp index adbc28deb..d640f4c89 100644 --- a/lib/irrlicht/source/Irrlicht/CGUIListBox.cpp +++ b/lib/irrlicht/source/Irrlicht/CGUIListBox.cpp @@ -443,6 +443,8 @@ bool CGUIListBox::OnEvent(const SEvent& event) case EET_JOYSTICK_INPUT_EVENT: case EGUIET_FORCE_32_BIT: break; + default: + break; } }