From 85b77b81caa40f8bcd03921380246cb5863d5d21 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 23:48:01 +0200 Subject: *: use gcc.h macros instead of GLib --- src/InotifyUpdate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InotifyUpdate.hxx') diff --git a/src/InotifyUpdate.hxx b/src/InotifyUpdate.hxx index ceb421553..44d0b10b7 100644 --- a/src/InotifyUpdate.hxx +++ b/src/InotifyUpdate.hxx @@ -33,7 +33,7 @@ mpd_inotify_finish(void); #else /* !HAVE_INOTIFY_INIT */ static inline void -mpd_inotify_init(G_GNUC_UNUSED unsigned max_depth) +mpd_inotify_init(gcc_unused unsigned max_depth) { } -- cgit v1.2.3