1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix warning

This commit is contained in:
Mathieu Schroeter 2017-02-04 18:02:22 +01:00
parent 5b61168605
commit 4787569104

View File

@ -4561,7 +4561,7 @@ void CEvent::WinToSDLEvent (UINT msg, WPARAM wParam, LPARAM lParam, SDL_Event &e
break; break;
} }
} }
catch (const std::exception &ex) catch (...)
{ {
SDL_LogError (SDL_LOG_CATEGORY_APPLICATION, "unsupported keycode"); SDL_LogError (SDL_LOG_CATEGORY_APPLICATION, "unsupported keycode");
} }