summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-06 22:58:50 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-06 22:58:50 (GMT)
commit021740bac0893a87c762959b284283bc236d0ab3 (patch)
tree04c187a494937af9090c36ee77fecd05785543b4
parent80179b0648f1f8f538023deb0a1b405408b5b59a (diff)
parent8f77878953b55cbffb6331161d12eab1c778a8a5 (diff)
downloadhdf5-021740bac0893a87c762959b284283bc236d0ab3.zip
hdf5-021740bac0893a87c762959b284283bc236d0ab3.tar.gz
hdf5-021740bac0893a87c762959b284283bc236d0ab3.tar.bz2
Merge pull request #2354 in HDFFV/hdf5 from ~DYOUNG/werror:fix_h5ts_private to develop
* commit '8f77878953b55cbffb6331161d12eab1c778a8a5': Oops, the test has to return success in the unimplemented case.
-rw-r--r--test/thread_id.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/thread_id.c b/test/thread_id.c
index 8f6e2d5..9b289fa 100644
--- a/test/thread_id.c
+++ b/test/thread_id.c
@@ -156,8 +156,7 @@ main(void)
int
main(void)
{
- errx(EXIT_FAILURE, "not implemented in this configuration.");
+ HDfprintf(stderr, "not implemented in this configuration.\n");
+ return EXIT_SUCCESS;
}
-
#endif /*H5_HAVE_THREADSAFE && !H5_HAVE_WIN_THREADS*/
-