mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 22:59:29 +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 WXUNUSED(t))
|
||||||
void AudacityLogger::DoLogString(const wxChar *str, time_t t)
|
|
||||||
{
|
{
|
||||||
if (!wxIsMainThread()) {
|
if (!wxIsMainThread()) {
|
||||||
wxMutexGuiEnter();
|
wxMutexGuiEnter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user