summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuan Bai <xuanbai@hdfgroup.org>2005-01-05 20:41:47 (GMT)
committerXuan Bai <xuanbai@hdfgroup.org>2005-01-05 20:41:47 (GMT)
commit2218f0cc465618a5316154370689e47d6dc3453b (patch)
tree1c37f136394cc000e4f0e630c3f9a847217f7465
parent98a21295612013bf9679a6bfe923312c7d5b1886 (diff)
downloadhdf5-2218f0cc465618a5316154370689e47d6dc3453b.zip
hdf5-2218f0cc465618a5316154370689e47d6dc3453b.tar.gz
hdf5-2218f0cc465618a5316154370689e47d6dc3453b.tar.bz2
[svn-r9751] 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: Linux 2.4 (Heping) Visual C++ 6.0 on Windows XP/2000. .NET on Windows XP. (Tested with SZIP-with-encoder and SZIP-without-encoder). Misc. update:
-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 55fa489..6c99143 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"