summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1449137)
raw | patch | inline | side by side (parent: 1449137)
author | Thomas Jansen <mithi@mithi.net> | |
Mon, 24 Nov 2008 02:46:40 +0000 (03:46 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100) |
src/screen_browser.c | patch | blob | history |
diff --git a/src/screen_browser.c b/src/screen_browser.c
index f8493c3ebfd0acf595b031853b4e4207f68de522..3aeab0b33749fff2c3b681dd5202e14f188e38cc 100644 (file)
--- a/src/screen_browser.c
+++ b/src/screen_browser.c
#include "charset.h"
#include "strfsong.h"
#include "screen_utils.h"
-#include "gcc.h"
#include <string.h>
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);