input_file.c: replaced mpd_unused by G_GNUC_UNUSED

This commit is contained in:
Thomas Jansen 2008-11-24 14:33:46 +01:00
parent f0e621bcdb
commit b31b334ba6

View File

@ -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;
}