Applied remainder of patch #876969: "Fixes to Borland warnings".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -332,7 +332,8 @@ int wxEventLoop::Run()
|
|||||||
// there is none yet. OTOH, wxCATCH_ALL isn't
|
// there is none yet. OTOH, wxCATCH_ALL isn't
|
||||||
// expanded unless wxUSE_EXCEPTIONS, so its
|
// expanded unless wxUSE_EXCEPTIONS, so its
|
||||||
// safe to use throw here.
|
// safe to use throw here.
|
||||||
throw;
|
throw;
|
||||||
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user