diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2013-08-09 21:06:46 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2013-08-09 21:06:46 (GMT) |
commit | 345e57b0b11b5f63bb99f28bb9013ce0955c9cc1 (patch) | |
tree | 4b6de658b7332cfa95a4bff3b1a63863fba0c15b /hl/test/test_lite.c | |
parent | 5dcd9c2dfcfe50cb8aea4e5ff4399aeb17d91296 (diff) | |
download | hdf5-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/test/test_lite.c')
-rw-r--r-- | hl/test/test_lite.c | 3 |
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. */ |