mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
ThomasFeher - Unused parameters clean up.
This commit is contained in:
@@ -42,6 +42,7 @@ static bool bStopWatchStarted = false;
|
||||
|
||||
void diagnostics_do_diag( t_diag_struct * pDiag ){
|
||||
wxLog * pLog = wxLog::SetActiveTarget(NULL);
|
||||
// this macro is empty if wxWidgets is not compiled in debug mode
|
||||
wxLogDebug( wxT("%s"), pDiag->pMessage );
|
||||
wxLog::SetActiveTarget(pLog);
|
||||
}
|
||||
|
Reference in New Issue
Block a user