summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorKimmy Mu <kmu@hdfgroup.org>2020-01-23 02:58:42 (GMT)
committerKimmy Mu <kmu@hdfgroup.org>2020-01-23 02:58:42 (GMT)
commit720ba8624aefd5b10783629ab59cb91708c4fcde (patch)
tree85390a6d313e2198899ec0ca362a46f56196d726 /tools/test
parent8ce59829e4064debc973ec750cd700eec288a19f (diff)
parent9f80ffa1f1908975b3100814b2529bf779521e13 (diff)
downloadhdf5-720ba8624aefd5b10783629ab59cb91708c4fcde.zip
hdf5-720ba8624aefd5b10783629ab59cb91708c4fcde.tar.gz
hdf5-720ba8624aefd5b10783629ab59cb91708c4fcde.tar.bz2
Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to develop
* commit '9f80ffa1f1908975b3100814b2529bf779521e13': fix missing prototype warning
Diffstat (limited to 'tools/test')
-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;