Commit b31b334b authored by Thomas Jansen's avatar Thomas Jansen

input_file.c: replaced mpd_unused by G_GNUC_UNUSED

parent f0e621bc
......@@ -17,7 +17,6 @@
*/
#include "input_file.h"
#include "gcc.h"
#include <sys/stat.h>
#include <fcntl.h>
......@@ -117,7 +116,7 @@ input_file_eof(struct input_stream *is)
}
static int
input_file_buffer(mpd_unused struct input_stream *is)
input_file_buffer(G_GNUC_UNUSED struct input_stream *is)
{
return 0;
}
......
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