summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 991f769)
raw | patch | inline | side by side (parent: 991f769)
author | Thomas Jansen <mithi@mithi.net> | |
Mon, 24 Nov 2008 02:43:47 +0000 (03:43 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100) |
src/lyrics.c | patch | blob | history |
diff --git a/src/lyrics.c b/src/lyrics.c
index e6cb5d2b3101213b162c82098366994b7e86b773..7686c13561798101a18cbaf1be83c8f34eea8ec7 100644 (file)
--- a/src/lyrics.c
+++ b/src/lyrics.c
*/
#include "lyrics.h"
-#include "gcc.h"
#include "../config.h"
#include <assert.h>
}
static gboolean
-lyrics_data(mpd_unused GIOChannel *source,
- mpd_unused GIOCondition condition, gpointer data)
+lyrics_data(G_GNUC_UNUSED GIOChannel *source,
+ G_GNUC_UNUSED GIOCondition condition, gpointer data)
{
struct lyrics_loader *loader = data;
char buffer[256];