From 1105b86f61e6602e383408cdde9e28f6b4eb1d45 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 6 Apr 2009 10:05:08 -0500 Subject: [svn-r16672] merge 16671 from trunk fix compiler error on a missing "static" declaration --- tools/h5repack/h5repacktst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12