summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c6c8aa)
raw | patch | inline | side by side (parent: 2c6c8aa)
author | Thomas Jansen <mithi@mithi.net> | |
Mon, 24 Nov 2008 02:49:06 +0000 (03:49 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 24 Nov 2008 06:47:39 +0000 (07:47 +0100) |
src/screen_search.c | patch | blob | history |
diff --git a/src/screen_search.c b/src/screen_search.c
index b8e7f43d7008451bf7dd67f9676894aba18110bc..83054123d9a190d5eb0349456b861d45d93aed7c 100644 (file)
--- a/src/screen_search.c
+++ b/src/screen_search.c
#include "utils.h"
#include "screen_utils.h"
#include "screen_browser.h"
-#include "gcc.h"
#include <ctype.h>
#include <stdlib.h>
/* search info */
static const char *
-lw_search_help_callback(unsigned idx, mpd_unused int *highlight,
- mpd_unused void *data)
+lw_search_help_callback(unsigned idx, G_GNUC_UNUSED int *highlight,
+ G_GNUC_UNUSED void *data)
{
unsigned text_rows;
static const char *text[] = {
}
static mpdclient_filelist_t *
-filelist_search(mpdclient_t *c, mpd_unused int exact_match, int table,
+filelist_search(mpdclient_t *c, G_GNUC_UNUSED int exact_match, int table,
gchar *local_pattern)
{
mpdclient_filelist_t *list, *list2;
}
static void
-open(mpd_unused mpdclient_t *c)
+open(G_GNUC_UNUSED mpdclient_t *c)
{
// if( pattern==NULL )
// search_new(screen, c);