From d372c9a34a61674a9a5bc42ef7957683b33fee63 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Thu, 18 Nov 2010 10:37:11 +0100 Subject: Compile fix Remove the Q_UNUSED(), which uses template magic for some compilers, but some compilers don't accept local types as the template argument. Reviewed-by: trustme --- src/corelib/thread/qthread_unix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/thread/qthread_unix.cpp b/src/corelib/thread/qthread_unix.cpp index 75bc78a..c578955 100644 --- a/src/corelib/thread/qthread_unix.cpp +++ b/src/corelib/thread/qthread_unix.cpp @@ -144,7 +144,6 @@ static void create_current_thread_data_key() pthread_key_delete(current_thread_data_key); } } d; - Q_UNUSED(d); } // Utility functions for getting, setting and clearing thread specific data. -- cgit v0.12