mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
enable extra warnings
This commit is contained in:
parent
0b21a5daee
commit
7fda592d13
12 changed files with 16 additions and 16 deletions
|
@ -58,7 +58,7 @@ PcmDecoder::PcmDecoder() : Decoder()
|
|||
}
|
||||
|
||||
|
||||
bool PcmDecoder::decode(msg::PcmChunk* chunk)
|
||||
bool PcmDecoder::decode(msg::PcmChunk* /*chunk*/)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue