summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbfb249)
raw | patch | inline | side by side (parent: cbfb249)
author | Thomas Jansen <mithi@mithi.net> | |
Mon, 24 Nov 2008 02:45:45 +0000 (03:45 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100) |
src/screen_artist.c | patch | blob | history |
diff --git a/src/screen_artist.c b/src/screen_artist.c
index 01fbc9c1fbc35184f6d0ff5200446ff19bbfb711..b3429fca92fd4bb495ec6b41a70a33047c942ef9 100644 (file)
--- a/src/screen_artist.c
+++ b/src/screen_artist.c
#include "screen.h"
#include "screen_utils.h"
#include "screen_browser.h"
-#include "gcc.h"
#include <ctype.h>
#include <stdlib.h>
/* list_window callback */
static const char *
-artist_lw_callback(unsigned idx, mpd_unused int *highlight, mpd_unused void *data)
+artist_lw_callback(unsigned idx, G_GNUC_UNUSED int *highlight,
+ G_GNUC_UNUSED void *data)
{
GPtrArray *list = data;
static char buf[BUFSIZE];
/* db updated */
static void
-browse_callback(mpdclient_t *c, int event, mpd_unused gpointer data)
+browse_callback(mpdclient_t *c, int event, G_GNUC_UNUSED gpointer data)
{
switch(event) {
case BROWSE_DB_UPDATED: