Get rid of some compiler warnings.

This commit is contained in:
v.audacity 2013-11-02 04:54:44 +00:00
parent f290b3d644
commit aa4a0bd40b
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ void AudacityLogger::Flush()
}
}
// ANSWER-ME: This is unused. Can it be deleted? If not, note that t param is unused.
void AudacityLogger::DoLogString(const wxChar *str, time_t t)
void AudacityLogger::DoLogString(const wxChar *str, time_t WXUNUSED(t))
{
if (!wxIsMainThread()) {
wxMutexGuiEnter();