diff options
Diffstat (limited to 'libcutils/threads.cpp')
| -rw-r--r-- | libcutils/threads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/threads.cpp b/libcutils/threads.cpp index beea8bdfc..a7e6b2d8e 100644 --- a/libcutils/threads.cpp +++ b/libcutils/threads.cpp @@ -84,7 +84,7 @@ void* thread_store_get( thread_store_t* store ) void thread_store_set( thread_store_t* store, void* value, - thread_store_destruct_t destroy ) + thread_store_destruct_t /*destroy*/ ) { /* XXX: can't use destructor on thread exit */ if (!store->lock_init) { |
