aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_curl.c
diff options
context:
space:
mode:
authorThomas Jansen <mithi@mithi.net>2008-11-24 14:33:25 +0100
committerThomas Jansen <mithi@mithi.net>2008-11-24 14:33:25 +0100
commitf0e621bcdbd50ab1a23bf0d1becfd44d5061c6a7 (patch)
treee3d8cd5bc40cac637ea0726b09b61b474a7247b7 /src/input_curl.c
parent7c7b0431fe605c89ab57cc5d53b7e8921dde5de3 (diff)
downloadmpd-f0e621bcdbd50ab1a23bf0d1becfd44d5061c6a7.tar.gz
mpd-f0e621bcdbd50ab1a23bf0d1becfd44d5061c6a7.tar.xz
mpd-f0e621bcdbd50ab1a23bf0d1becfd44d5061c6a7.zip
input_curl.c: replaced mpd_unused by G_GNUC_UNUSED
Diffstat (limited to 'src/input_curl.c')
-rw-r--r--src/input_curl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_curl.c b/src/input_curl.c
index 551a44f4a..5570737b9 100644
--- a/src/input_curl.c
+++ b/src/input_curl.c
@@ -18,7 +18,6 @@
#include "input_curl.h"
#include "input_stream.h"
-#include "gcc.h"
#include "dlist.h"
#include <assert.h>
@@ -327,7 +326,7 @@ input_curl_close(struct input_stream *is)
}
static bool
-input_curl_eof(mpd_unused struct input_stream *is)
+input_curl_eof(G_GNUC_UNUSED struct input_stream *is)
{
struct input_curl *c = is->data;