summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec41469)
raw | patch | inline | side by side (parent: ec41469)
author | Thomas Jansen <mithi@mithi.net> | |
Mon, 24 Nov 2008 02:47:24 +0000 (03:47 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100) |
src/screen_help.c | patch | blob | history |
diff --git a/src/screen_help.c b/src/screen_help.c
index 423e85f59932cb843a67b6ab3ce23c7becc1881f..2f06adacd54499801dc99ad5754c83b5e727c2e5 100644 (file)
--- a/src/screen_help.c
+++ b/src/screen_help.c
#include "command.h"
#include "screen.h"
#include "screen_utils.h"
-#include "gcc.h"
#include <stdlib.h>
#include <string.h>
static list_window_t *lw;
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[512];
static const char *
-help_title(mpd_unused char *str, mpd_unused size_t size)
+help_title(G_GNUC_UNUSED char *str, G_GNUC_UNUSED size_t size)
{
return _("Help");
}
}
static bool
-help_cmd(mpd_unused mpdclient_t *c, command_t cmd)
+help_cmd(G_GNUC_UNUSED mpdclient_t *c, command_t cmd)
{
if (list_window_scroll_cmd(lw, help_text_rows, cmd)) {
list_window_paint(lw, list_callback, NULL);