more intelligence to avoid false warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,8 +75,9 @@ class IfaceCheckLog : public wxLog
|
||||
public:
|
||||
IfaceCheckLog() {}
|
||||
|
||||
void DoLog(wxLogLevel level, const wxString& msg, time_t stamp)
|
||||
void DoLog(wxLogLevel, const wxString& msg, time_t)
|
||||
{
|
||||
// send all messages to stdout (normal behaviour is to sent them to stderr)
|
||||
wxPrintf(msg);
|
||||
wxPrintf("\n");
|
||||
Flush();
|
||||
|
Reference in New Issue
Block a user