mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Get rid of some compiler warnings.
This commit is contained in:
parent
f290b3d644
commit
aa4a0bd40b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user