summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-30 19:53:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-30 19:53:08 (GMT)
commit0731cf7e0e5134c2da969ce07ff00578c7dd4648 (patch)
treecd7cb25c76d5bc2d6adec0a119c3eea59fedff7c /tools/src
parent617d269ceb3dda4f504ac48e3dd618d31b4b3fd8 (diff)
downloadhdf5-0731cf7e0e5134c2da969ce07ff00578c7dd4648.zip
hdf5-0731cf7e0e5134c2da969ce07ff00578c7dd4648.tar.gz
hdf5-0731cf7e0e5134c2da969ce07ff00578c7dd4648.tar.bz2
More warnings reduction
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/misc/h5mkgrp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/src/misc/h5mkgrp.c b/tools/src/misc/h5mkgrp.c
index 71db297..2b4d57f 100644
--- a/tools/src/misc/h5mkgrp.c
+++ b/tools/src/misc/h5mkgrp.c
@@ -123,8 +123,6 @@ parse_command_line(int argc, const char *argv[], mkgrp_opt_t *options)
{
int opt; /* Option from command line */
size_t curr_group; /* Current group name to copy */
- hbool_t custom_fapl = FALSE;
- hid_t tmp_fapl_id = H5I_INVALID_HID;
/* Check for empty command line */
if(argc == 1) {