mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-12 00:26:41 +02:00
enable extra warnings
This commit is contained in:
parent
0b21a5daee
commit
7fda592d13
12 changed files with 16 additions and 16 deletions
|
@ -144,7 +144,7 @@ void PcmStream::setState(const ReaderState& newState)
|
|||
}
|
||||
|
||||
|
||||
void PcmStream::onChunkEncoded(const Encoder* encoder, msg::PcmChunk* chunk, double duration)
|
||||
void PcmStream::onChunkEncoded(const Encoder* /*encoder*/, msg::PcmChunk* chunk, double duration)
|
||||
{
|
||||
// LOG(INFO) << "onChunkEncoded: " << duration << " us\n";
|
||||
if (duration <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue