summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorXuan Bai <xuanbai@hdfgroup.org>2005-01-05 16:39:48 (GMT)
committerXuan Bai <xuanbai@hdfgroup.org>2005-01-05 16:39:48 (GMT)
commitd248aa2ac6465849d8914e1cf12296a42da61b14 (patch)
tree8422f8f968c4e21cec015febc346b678829bd2e4 /tools
parent4707b280f8927422112a698ac69ded9b40f529a2 (diff)
downloadhdf5-d248aa2ac6465849d8914e1cf12296a42da61b14.zip
hdf5-d248aa2ac6465849d8914e1cf12296a42da61b14.tar.gz
hdf5-d248aa2ac6465849d8914e1cf12296a42da61b14.tar.bz2
[svn-r9747] Purpose:
Bug fix. Description: When building h5dumpgentest.c with Visual C++ 6.0, I got the following warning message: h5dumpgentest.c(4528) : warning C4013: 'h5tools_can_encode' undefined; assuming extern returning int Solution: Add the header file h5tools.h into h5dumpgentest.c. Platforms tested: Heping (Linux) Visual C++ 6.0 on Windows XP/2000. .NET on Windows XP. (Tested with SZIP-with-encoder and SZIP-without-encoder). Misc. update:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dumpgentest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c
index 26521c6..d0df063 100644
--- a/tools/h5dump/h5dumpgentest.c
+++ b/tools/h5dump/h5dumpgentest.c
@@ -25,6 +25,7 @@
#include "hdf5.h"
#include "H5private.h"
+#include "h5tools.h"
#define FILE1 "tgroup.h5"
#define FILE2 "tdset.h5"