private:
FILE *m_fp;
- DECLARE_NO_COPY_CLASS(wxStdioPipe)
+ wxDECLARE_NO_COPY_CLASS(wxStdioPipe);
};
// ============================================================================
}
else
{
- wxLogDebug(_T("cannot read addr2line output for %u-th stack frame!"), unsigned(i));
+ wxLogDebug(_T("cannot read addr2line output for stack frame #%lu"),
+ (unsigned long)i);
return false;
}