Commit 8fe867c7 authored by Max Kellermann's avatar Max Kellermann

decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()

In NDEBUG, the parameter "decoder" is not used.
parent 5232f054
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment