diff options
author | Max Kellermann <max@duempel.org> | 2013-08-04 23:48:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-04 23:48:01 +0200 |
commit | 85b77b81caa40f8bcd03921380246cb5863d5d21 (patch) | |
tree | cf4bc60a6760c52bcbd642a253b45f3bc5ad8775 /src/IOThread.cxx | |
parent | 5bf2ec5a74bb1247a8cc84e90577eecbee116c62 (diff) |
*: use gcc.h macros instead of GLib
Diffstat (limited to 'src/IOThread.cxx')
-rw-r--r-- | src/IOThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |