decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()
In NDEBUG, the parameter "decoder" is not used.
This commit is contained in:
parent
5232f05470
commit
8fe867c71d
@ -32,7 +32,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void decoder_initialized(struct decoder * decoder,
|
||||
void decoder_initialized(G_GNUC_UNUSED struct decoder * decoder,
|
||||
const struct audio_format *audio_format,
|
||||
bool seekable, float total_time)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user