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-26 03:25:18 (GMT)
commit88fbce4183dc930da6ef8be7240c8969f5bf0c36 (patch)
tree732e94325be7dec55df5a893121dcd9d42321f04 /hl
parent54764c99be29bb991d95bb7b203f98aaa429115b (diff)
downloadhdf5-88fbce4183dc930da6ef8be7240c8969f5bf0c36.zip
hdf5-88fbce4183dc930da6ef8be7240c8969f5bf0c36.tar.gz
hdf5-88fbce4183dc930da6ef8be7240c8969f5bf0c36.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;