diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 17:53:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 17:53:42 (GMT) |
commit | 361586a90e00fb4f13fcb85dff669f13ff872b94 (patch) | |
tree | d276183d04e201c82e7f38a2b22007739974a2cb /src/H5AC.c | |
parent | e1ceea54ff06ffef0029b20007cd7685e000fdec (diff) | |
download | hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.zip hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.tar.gz hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.tar.bz2 |
[svn-r17276] Description:
Clean up compiler warnings
Tested on:
Mac OS X/32 10.5.7 (amazon)
Too minor to require h5committest
Diffstat (limited to 'src/H5AC.c')
-rw-r--r-- | src/H5AC.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3264,7 +3264,7 @@ H5AC_validate_config(H5AC_cache_config_t * config_ptr) if ( ( config_ptr->evictions_enabled == FALSE ) && ( ( config_ptr->incr_mode != H5C_incr__off ) || ( config_ptr->flash_incr_mode != H5C_flash_incr__off ) || - ( config_ptr->incr_mode != H5C_decr__off ) ) ) { + ( config_ptr->decr_mode != H5C_decr__off ) ) ) { HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, \ "Can't disable evictions while auto-resize is enabled.") |