summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-24 12:49:39 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-04-27 18:01:22 (GMT)
commit06d70d49a52dfc8548ed4cf6b9fd02ec20757b33 (patch)
treea8b80302b0362d4fe1828859d5fbe408ce15ba51 /hl
parentc71ef43b4d50827857cf2983de7fdf581381d178 (diff)
downloadhdf5-06d70d49a52dfc8548ed4cf6b9fd02ec20757b33.zip
hdf5-06d70d49a52dfc8548ed4cf6b9fd02ec20757b33.tar.gz
hdf5-06d70d49a52dfc8548ed4cf6b9fd02ec20757b33.tar.bz2
Fix NoFilter build
Diffstat (limited to 'hl')
-rw-r--r--hl/c++/test/ptableTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/test/ptableTest.cpp b/hl/c++/test/ptableTest.cpp
index fd85828..52f3a6b 100644
--- a/hl/c++/test/ptableTest.cpp
+++ b/hl/c++/test/ptableTest.cpp
@@ -267,13 +267,13 @@ error:
const char* COMPRESS_PT("/compressTest");
int TestCompress()
{
+#ifdef H5_HAVE_FILTER_DEFLATE
unsigned int flags = 0;
unsigned int config = 0;
size_t cd_nelemts = 0;
printf("Testing %-62s", "compression");
HDfflush(stdout);
-#ifdef H5_HAVE_FILTER_DEFLATE
try {
/* Prepare property list to set compression, randomly use deflate */
DSetCreatPropList dscreatplist;