Applied wxStackWalker improvement part of
item #1591718, [wxGTK] Native assert dialog and optimized stack walker git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -326,7 +326,7 @@ void wxStackWalker::WalkFromException()
|
||||
WalkFrom(wxGlobalSEInformation, 0);
|
||||
}
|
||||
|
||||
void wxStackWalker::Walk(size_t skip)
|
||||
void wxStackWalker::Walk(size_t skip, size_t WXUNUSED(maxDepth))
|
||||
{
|
||||
// to get a CONTEXT for the current location, simply force an exception and
|
||||
// get EXCEPTION_POINTERS from it
|
||||
|
||||
Reference in New Issue
Block a user