X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6c7a0f826d5e156c177b4755365c3eb33e9b933..d223107206e4dfa6768e0bc2455325dd49e4d2bb:/src/msw/evtloop.cpp diff --git a/src/msw/evtloop.cpp b/src/msw/evtloop.cpp index 1d52ec45f3..1909600fa7 100644 --- a/src/msw/evtloop.cpp +++ b/src/msw/evtloop.cpp @@ -332,7 +332,8 @@ int wxEventLoop::Run() // there is none yet. OTOH, wxCATCH_ALL isn't // expanded unless wxUSE_EXCEPTIONS, so its // safe to use throw here. - throw; + throw; + default: break; } )