summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2013-08-09 21:06:46 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2013-08-09 21:06:46 (GMT)
commit345e57b0b11b5f63bb99f28bb9013ce0955c9cc1 (patch)
tree4b6de658b7332cfa95a4bff3b1a63863fba0c15b /hl
parent5dcd9c2dfcfe50cb8aea4e5ff4399aeb17d91296 (diff)
downloadhdf5-345e57b0b11b5f63bb99f28bb9013ce0955c9cc1.zip
hdf5-345e57b0b11b5f63bb99f28bb9013ce0955c9cc1.tar.gz
hdf5-345e57b0b11b5f63bb99f28bb9013ce0955c9cc1.tar.bz2
[svn-r23985] Merge commit 23937 from reduce_warning branch
Remove unused param (src) and unused var (hl) warnings Tested on koala
Diffstat (limited to 'hl')
-rw-r--r--hl/test/test_lite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c
index 282755e..b649462 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -1813,10 +1813,9 @@ static int test_valid_path(void)
{
hid_t file_id, group;
herr_t status;
- FILE *fp = NULL;
htri_t path_valid;
const char *data_string_in = "test";
-
+
TESTING("H5LTpath_valid");
/* Create a new file using default properties. */