X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93259e592b6bfca4cae8be306324b4d47f4543c3..4913272f9cdead94a6d1470e51d6fb14946b50e0:/src/dfb/toplevel.cpp diff --git a/src/dfb/toplevel.cpp b/src/dfb/toplevel.cpp index 508999102c..c7f23b52df 100644 --- a/src/dfb/toplevel.cpp +++ b/src/dfb/toplevel.cpp @@ -527,6 +527,10 @@ void wxTopLevelWindowDFB::HandleDFBWindowEvent(const wxDFBWindowEvent& event_) wxFAIL_MSG( _T("invalid event type") ); break; } + + default: + // we're not interested in them here + break; } if ( !recipient )