From 452c7c1e4037f1f92dad510bc45ca15bb219fcf0 Mon Sep 17 00:00:00 2001 From: Deve Date: Fri, 11 Nov 2016 13:44:51 +0100 Subject: [PATCH] Fixed compiler warning --- lib/irrlicht/source/Irrlicht/CGUIListBox.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } }