mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 00:46:17 +02:00
enable extra warnings
This commit is contained in:
parent
0b21a5daee
commit
7fda592d13
12 changed files with 16 additions and 16 deletions
|
@ -119,7 +119,7 @@ SampleFormat FlacDecoder::setHeader(msg::CodecHeader* chunk)
|
|||
}
|
||||
|
||||
|
||||
FLAC__StreamDecoderReadStatus read_callback(const FLAC__StreamDecoder* decoder, FLAC__byte buffer[], size_t* bytes, void* client_data)
|
||||
FLAC__StreamDecoderReadStatus read_callback(const FLAC__StreamDecoder* /*decoder*/, FLAC__byte buffer[], size_t* bytes, void* client_data)
|
||||
{
|
||||
if (flacHeader != nullptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue