Code

screen_browser.c: replaced mpd_unused by G_GNUC_UNUSED
authorThomas Jansen <mithi@mithi.net>
Mon, 24 Nov 2008 02:46:40 +0000 (03:46 +0100)
committerMax Kellermann <max@duempel.org>
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100)
src/screen_browser.c

index f8493c3ebfd0acf595b031853b4e4207f68de522..3aeab0b33749fff2c3b681dd5202e14f188e38cc 100644 (file)
@@ -23,7 +23,6 @@
 #include "charset.h"
 #include "strfsong.h"
 #include "screen_utils.h"
-#include "gcc.h"
 
 #include <string.h>
 
@@ -352,7 +351,7 @@ add_directory(mpdclient_t *c, char *dir)
 
 static bool
 browser_select_entry(mpdclient_t *c, filelist_entry_t *entry,
-                    mpd_unused gboolean toggle)
+                    G_GNUC_UNUSED gboolean toggle)
 {
        assert(entry != NULL);
        assert(entry->entity != NULL);