diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-06-29 20:22:30 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-06-29 20:22:30 (GMT) |
commit | ad37464819604c9a7fab98ceff91a21e053eda27 (patch) | |
tree | 4ff2e7ab9018e53aabbf1fe3be0ca5825bbaf9c0 /testpar/t_cache.c | |
parent | 89115b11b0ed2f51c6d80305301a60c7cba8c916 (diff) | |
download | hdf5-ad37464819604c9a7fab98ceff91a21e053eda27.zip hdf5-ad37464819604c9a7fab98ceff91a21e053eda27.tar.gz hdf5-ad37464819604c9a7fab98ceff91a21e053eda27.tar.bz2 |
[svn-r27296] Description:
Correct error with braces around macro (in production builds), also clean
up a few warnings.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial, parallel & production
Linux/32 2.6 (jam) w/serial & parallel
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r-- | testpar/t_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index 0988206..bb1ccc6 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -4996,7 +4996,7 @@ unlock_entry(H5F_t * file_ptr, nerrors++; if ( verbose ) { - HDfprintf(stdout, "%d:%s: error in H5C_unprotect().\n", + HDfprintf(stdout, "%d:%s: error in H5AC_unprotect().\n", world_mpi_rank, FUNC); } } else { |