X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d2c115e44e0d74bcda27b1bfe6a7d28d2541489..ee32a48d95c0abdf1f9de369cd44f8d894b220df:/src/unix/stackwalk.cpp diff --git a/src/unix/stackwalk.cpp b/src/unix/stackwalk.cpp index 34c812366d..d65700afa6 100644 --- a/src/unix/stackwalk.cpp +++ b/src/unix/stackwalk.cpp @@ -67,7 +67,7 @@ public: private: FILE *m_fp; - DECLARE_NO_COPY_CLASS(wxStdioPipe) + wxDECLARE_NO_COPY_CLASS(wxStdioPipe); }; // ============================================================================ @@ -254,7 +254,8 @@ int wxStackWalker::InitFrames(wxStackFrame *arr, size_t n, void **addresses, cha } else { - wxLogDebug(_T("cannot read addr2line output for %d-th stack frame!"), i); + wxLogDebug(_T("cannot read addr2line output for stack frame #%lu"), + (unsigned long)i); return false; }