summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca56f1e)
raw | patch | inline | side by side (parent: ca56f1e)
author | Thomas Jansen <mithi@mithi.net> | |
Mon, 24 Nov 2008 02:47:46 +0000 (03:47 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100) |
src/screen_keydef.c | patch | blob | history |
diff --git a/src/screen_keydef.c b/src/screen_keydef.c
index 509a44fc5e929110619e0d186826af579e8215ad..d55d4c0d2999313e7de38e472913410e4ccfdc65 100644 (file)
--- a/src/screen_keydef.c
+++ b/src/screen_keydef.c
#include "command.h"
#include "screen.h"
#include "screen_utils.h"
-#include "gcc.h"
#include <errno.h>
#include <stdlib.h>
}
static const char *
-list_callback(unsigned idx, int *highlight, mpd_unused void *data)
+list_callback(unsigned idx, int *highlight, G_GNUC_UNUSED void *data)
{
static char buf[BUFSIZE];
}
static void
-keydef_open(mpd_unused mpdclient_t *c)
+keydef_open(G_GNUC_UNUSED mpdclient_t *c)
{
if (cmds == NULL) {
command_definition_t *current_cmds = get_command_definitions();
}
static bool
-keydef_cmd(mpd_unused mpdclient_t *c, command_t cmd)
+keydef_cmd(G_GNUC_UNUSED mpdclient_t *c, command_t cmd)
{
int length = LIST_LENGTH();