X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9b4376a31f45bccd3f620dd6c9700ebb0266a9..82c126e50158efee5a1f46e1200be380c5199f8d:/src/unix/stackwalk.cpp?ds=sidebyside diff --git a/src/unix/stackwalk.cpp b/src/unix/stackwalk.cpp index 6b8b6051c1..62669bcf2d 100644 --- a/src/unix/stackwalk.cpp +++ b/src/unix/stackwalk.cpp @@ -239,8 +239,9 @@ int wxStackWalker::InitFrames(wxStackFrame *arr, size_t n, void **addresses, cha // parse addr2line output (should be exactly 2 lines for each address) // reusing the g_buf used for building the command line above wxString name, filename; - unsigned long line, curr=0; - for (size_t i=0; i