summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2020-01-21 18:30:40 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:51 (GMT)
commit742aa75cd0a729168a09f05492454baa37baea4b (patch)
tree9456d96a84b5c7ccd474db3a960f3f90a0f56054 /tools
parentaf79e1613e4febe5916f4a30388de520f0db3abb (diff)
downloadhdf5-742aa75cd0a729168a09f05492454baa37baea4b.zip
hdf5-742aa75cd0a729168a09f05492454baa37baea4b.tar.gz
hdf5-742aa75cd0a729168a09f05492454baa37baea4b.tar.bz2
fix missing prototype warning
Diffstat (limited to 'tools')
-rw-r--r--tools/test/perform/perf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test/perform/perf.c b/tools/test/perform/perf.c
index fd7d9de..2b23653 100644
--- a/tools/test/perform/perf.c
+++ b/tools/test/perform/perf.c
@@ -110,8 +110,6 @@ const char *FILENAME[] = {
/* function prototypes */
static int parse_args(int argc, char **argv);
-extern int errno;
-
/* globals needed for getopt */
extern char *optarg;