aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input_file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input_file.c b/src/input_file.c
index 7806e15ab..5eee8101c 100644
--- a/src/input_file.c
+++ b/src/input_file.c
@@ -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;
}