mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r9753] Purpose:
Small bug fix Description: Patch szip_can_encode() test routine to return a value for all code paths. Platforms tested: None - very, very minor
This commit is contained in:
parent
2198c67ab7
commit
03edfaa6e9
@ -844,5 +844,6 @@ int h5_szip_can_encode(void )
|
||||
(H5Z_FILTER_CONFIG_ENCODE_ENABLED|H5Z_FILTER_CONFIG_DECODE_ENABLED)) {
|
||||
return 1;
|
||||
}
|
||||
return(-1);
|
||||
}
|
||||
#endif /* H5_HAVE_FILTER_SZIP */
|
||||
|
Loading…
Reference in New Issue
Block a user