diff options
Diffstat (limited to 'src/InotifyUpdate.hxx')
-rw-r--r-- | src/InotifyUpdate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |