diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/test/dsets.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 603a0aa..319f894 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -413,8 +413,10 @@ filter_bogus(unsigned int flags, size_t cd_nelmts, static herr_t test_compression(H5File& file) { +#ifndef H5_HAVE_FILTER_DEFLATE const char *not_supported; not_supported = " Deflate compression is not enabled."; +#endif /* H5_HAVE_FILTER_DEFLATE */ int points[100][200]; int check[100][200]; hsize_t i, j, n; |