Skip to content

Commit

Permalink
Roon: Fix unreferenced formal parameter for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lross-linn committed Jan 22, 2024
1 parent 0261770 commit f5d6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenHome/Av/Raat/Output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ TUint64 RaatOutput::ConvertTime(TUint64 aTicksFrom, TUint aFreqFrom, TUint aFreq
return ticks;
}

RC__Status RaatOutput::SetRemoteTime(int aToken, int64_t aClockOffset, bool aNewSource)
RC__Status RaatOutput::SetRemoteTime(int /*aToken*/, int64_t aClockOffset, bool /*aNewSource*/)
{
// A positive value for aClockOffset indicates we are leading the master clock
LOG(kRaat, "RaatOutput::SetRemoteTime() aClockOffset: %llius\n", (aClockOffset / 1000));
Expand Down

0 comments on commit f5d6f6d

Please sign in to comment.