summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-06 15:05:08 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-04-06 15:05:08 (GMT)
commit1105b86f61e6602e383408cdde9e28f6b4eb1d45 (patch)
tree574d49433f28dc66ef028224b863a7802534c614 /tools
parentd623d950b61418018f10037ae36eb258c333b38f (diff)
downloadhdf5-1105b86f61e6602e383408cdde9e28f6b4eb1d45.zip
hdf5-1105b86f61e6602e383408cdde9e28f6b4eb1d45.tar.gz
hdf5-1105b86f61e6602e383408cdde9e28f6b4eb1d45.tar.bz2
[svn-r16672] merge 16671 from trunk
fix compiler error on a missing "static" declaration
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/h5repacktst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repacktst.c b/tools/h5repack/h5repacktst.c
index 1f791d2..9a753ef 100644
--- a/tools/h5repack/h5repacktst.c
+++ b/tools/h5repack/h5repacktst.c
@@ -108,7 +108,7 @@ static int make_hlinks(hid_t loc_id);
static int make_early(void);
static int make_layout(hid_t loc_id);
#ifdef H5_HAVE_FILTER_SZIP
-int make_szip(hid_t loc_id);
+static int make_szip(hid_t loc_id);
#endif /* H5_HAVE_FILTER_SZIP */
static int make_deflate(hid_t loc_id);
static int make_shuffle(hid_t loc_id);