aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_browser.c')
-rw-r--r--src/screen_browser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screen_browser.c b/src/screen_browser.c
index f8493c3eb..3aeab0b33 100644
--- a/src/screen_browser.c
+++ b/src/screen_browser.c
@@ -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);