From 03edfaa6e90c150e017b2e8d6a6c0772b2a2650c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 6 Jan 2005 12:20:14 -0500 Subject: [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 --- test/h5test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/h5test.c b/test/h5test.c index c9948c6..94a5599 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -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 */ -- cgit v0.12