From 17bdcc8bae5af513b9b2902e90dfad4d7a0e7dfc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Jan 2009 18:09:24 +0100 Subject: decoder plugins: don't include gcc.h Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused. --- src/decoder/wavpack_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/wavpack_plugin.c') diff --git a/src/decoder/wavpack_plugin.c b/src/decoder/wavpack_plugin.c index b96de361e..b2100f096 100644 --- a/src/decoder/wavpack_plugin.c +++ b/src/decoder/wavpack_plugin.c @@ -113,7 +113,7 @@ format_samples_int(int bytes_per_sample, void *buffer, uint32_t count) * This function converts floating point sample data to 24-bit integer. */ static void -format_samples_float(mpd_unused int bytes_per_sample, void *buffer, +format_samples_float(G_GNUC_UNUSED int bytes_per_sample, void *buffer, uint32_t count) { int32_t *dst = buffer; -- cgit v1.2.3