Commit f0e621bc authored by Thomas Jansen's avatar Thomas Jansen

input_curl.c: replaced mpd_unused by G_GNUC_UNUSED

parent 7c7b0431
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment