From 8fe867c71d4c061ab1d57ca0084e803ba67f31f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 15 Jan 2009 08:33:32 +0100 Subject: decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized() In NDEBUG, the parameter "decoder" is not used. --- src/decoder_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_api.c') diff --git a/src/decoder_api.c b/src/decoder_api.c index dad0456b3..4e34db71d 100644 --- a/src/decoder_api.c +++ b/src/decoder_api.c @@ -32,7 +32,7 @@ #include #include -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) { -- cgit v1.2.3