diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-26 02:10:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-26 02:10:33 (GMT) |
commit | 2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c (patch) | |
tree | bebc3180d77b92c7d200a2770dbafa8f4663abe8 /test/ttsafe.c | |
parent | cb57304e9a603b9f7212e0c8c49ad7f85bca1e49 (diff) | |
download | hdf5-2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c.zip hdf5-2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c.tar.gz hdf5-2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c.tar.bz2 |
[svn-r7109] Purpose:
Code cleanup
Description:
Clean up varios compiler warnings flagged by SGI compiler and gcc 3.3
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r-- | test/ttsafe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c index 354f788..94e1209 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -315,7 +315,7 @@ int main(int argc, char *argv[]) if (num_errs) print_func("!!! %d Error(s) were detected !!!\n\n", (int) num_errs); else - print_func("All tests were successful. \n\n"); + print_func("All threadsafe tests were successful. \n\n"); if (Summary) { print_func("Summary of Test Results:\n"); |