Ill-placed #endif causes missing symbol errors when compiling without szip. Reported to upstream maintainer. --- src/EHapi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/EHapi.c b/src/EHapi.c index 46a9b5c..208f447 100755 --- a/src/EHapi.c +++ b/src/EHapi.c @@ -11379,6 +11379,7 @@ int HE5_szip_can_encode(void ) return(-1); } +#endif /* H5_HAVE_FILTER_SZIP */ /*----------------------------------------------------------------------------| @@ -11509,8 +11510,6 @@ HE5_EHHEisHE5(char *filename) } } -#endif /* H5_HAVE_FILTER_SZIP */ - #ifndef __cplusplus -- 2.10.0 d' value='7ef2959085cf7722c401ce8efe52c7da1bab73a9'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/CODE-OF-CONDUCT
AgeCommit message (Expand)Author
2022-03-01CODE-OF-CONDUCT: Add a top notice....Maxim Cournoyer
2022-03-01CODE-OF-CONDUCT: Update to version 2.1....Maxim Cournoyer
2018-05-29CODE-OF-CONDUCT: Switch to version 1.4 of the Contributor Covenant....Ludovic Courtès