enable extra warnings

This commit is contained in:
badaix 2019-10-13 19:01:56 +02:00
parent 0b21a5daee
commit 7fda592d13
12 changed files with 16 additions and 16 deletions

View file

@ -58,7 +58,7 @@ PcmDecoder::PcmDecoder() : Decoder()
}
bool PcmDecoder::decode(msg::PcmChunk* chunk)
bool PcmDecoder::decode(msg::PcmChunk* /*chunk*/)
{
return true;
}