output plugins: don't include gcc.h

Use GLib's G_GNUC_UNUSED instead of gcc.h's mpd_unused.
This commit is contained in:
Max Kellermann
2009-01-01 18:08:29 +01:00
parent 0734acf392
commit 7dfe301b54
9 changed files with 29 additions and 24 deletions
+2 -2
View File
@@ -119,8 +119,8 @@ alsa_configure(AlsaData *ad, ConfigParam *param)
#endif
}
static void *alsa_initDriver(mpd_unused struct audio_output *ao,
mpd_unused const struct audio_format *audio_format,
static void *alsa_initDriver(G_GNUC_UNUSED struct audio_output *ao,
G_GNUC_UNUSED const struct audio_format *audio_format,
ConfigParam * param)
{
/* no need for pthread_once thread-safety when reading config */