X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3a6d2694cab3a16c44863b830f3779b30b1bf14..85d3d198c2fa866d39763ace3eebf14c0d164ba7:/src/msw/stackwalk.cpp diff --git a/src/msw/stackwalk.cpp b/src/msw/stackwalk.cpp index 8bdf7d4021..8a27e6cd57 100644 --- a/src/msw/stackwalk.cpp +++ b/src/msw/stackwalk.cpp @@ -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 @@ -400,7 +400,7 @@ void wxStackWalker::WalkFromException() { } -void wxStackWalker::Walk(size_t WXUNUSED(skip)) +void wxStackWalker::Walk(size_t WXUNUSED(skip), size_t WXUNUSED(maxDepth)) { }