summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_cancel.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-20 21:06:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-20 21:06:54 (GMT)
commita3aedfff18d9e0f75f53a9b55ed8112bc991a26b (patch)
tree62aa1bc5c0efbcddce3cf5b8440bf616f0bed08f /test/ttsafe_cancel.c
parent09c266186d68e78055ba05d509e28ffe1589a27a (diff)
downloadhdf5-a3aedfff18d9e0f75f53a9b55ed8112bc991a26b.zip
hdf5-a3aedfff18d9e0f75f53a9b55ed8112bc991a26b.tar.gz
hdf5-a3aedfff18d9e0f75f53a9b55ed8112bc991a26b.tar.bz2
Brought over thread-safety changes from develop.
Diffstat (limited to 'test/ttsafe_cancel.c')
-rw-r--r--test/ttsafe_cancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ttsafe_cancel.c b/test/ttsafe_cancel.c
index dd52232..f6bcd0d 100644
--- a/test/ttsafe_cancel.c
+++ b/test/ttsafe_cancel.c
@@ -61,7 +61,7 @@ tts_cancel(void)
pthread_attr_t attribute;
hid_t dataset;
int buffer;
- int ret;
+ int H5_ATTR_NDEBUG_UNUSED ret;
/* make thread scheduling global */
ret=pthread_attr_init(&attribute);