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/IOThread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/IOThread.cxx') diff --git a/src/IOThread.cxx b/src/IOThread.cxx index bbd4b9c3c..ef0cec4d6 100644 --- a/src/IOThread.cxx +++ b/src/IOThread.cxx @@ -43,7 +43,7 @@ io_thread_run(void) } static gpointer -io_thread_func(G_GNUC_UNUSED gpointer arg) +io_thread_func(gcc_unused gpointer arg) { /* lock+unlock to synchronize with io_thread_start(), to be sure that io.thread is set */ -- cgit v1.2.3