summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorKimmy Mu <kmu@hdfgroup.org>2020-01-23 02:58:42 (GMT)
committerkmu <kmu@hdfgroup.org>2020-01-28 02:42:32 (GMT)
commit2cd1e08d7007b6669418c0c85278876d81946660 (patch)
tree44d3bc9fbf8b3c88d773e3da55212f87d5b7cf80 /tools/test
parenta7d8693216ae11d6976204806c994caeba6fa746 (diff)
downloadhdf5-2cd1e08d7007b6669418c0c85278876d81946660.zip
hdf5-2cd1e08d7007b6669418c0c85278876d81946660.tar.gz
hdf5-2cd1e08d7007b6669418c0c85278876d81946660.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;