summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_error.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-08-20 00:55:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-08-20 00:55:47 (GMT)
commita33303139e4241e158ad4a0c3cac6b699546c082 (patch)
tree0005d0b318e9b612b1f17bbe69245255c4903095 /test/ttsafe_error.c
parent5c84b510304d5ae23eb1a7bedda8ce5eb816e414 (diff)
downloadhdf5-a33303139e4241e158ad4a0c3cac6b699546c082.zip
hdf5-a33303139e4241e158ad4a0c3cac6b699546c082.tar.gz
hdf5-a33303139e4241e158ad4a0c3cac6b699546c082.tar.bz2
[svn-r24032] Description:
Bring r24030 from trunk to 1.8 branch: Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
Diffstat (limited to 'test/ttsafe_error.c')
-rw-r--r--test/ttsafe_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ttsafe_error.c b/test/ttsafe_error.c
index 20f4f90..b81a7ad 100644
--- a/test/ttsafe_error.c
+++ b/test/ttsafe_error.c
@@ -199,7 +199,7 @@ void *tts_error_thread(void UNUSED *arg)
}
static
-herr_t error_callback(hid_t estack_id, void *client_data)
+herr_t error_callback(hid_t UNUSED estack_id, void *client_data)
{
H5TS_mutex_lock_simple(&error_mutex);
error_count++;