summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/h5test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.c b/test/h5test.c
index 4e025888..f8fb72a 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -851,5 +851,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 */