summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_standalone.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-03-10 22:14:05 (GMT)
committerGitHub <noreply@github.com>2022-03-10 22:14:05 (GMT)
commit01209d277767cc66d11d4c1ef874ed493000f78c (patch)
treeb6a667ac36b8e4c64233d2b16a8d08913ecaac71 /tools/test/perform/pio_standalone.c
parent1fb3743f04df101c7245ce045b67d371d462fd70 (diff)
downloadhdf5-01209d277767cc66d11d4c1ef874ed493000f78c.zip
hdf5-01209d277767cc66d11d4c1ef874ed493000f78c.tar.gz
hdf5-01209d277767cc66d11d4c1ef874ed493000f78c.tar.bz2
Removes remaining register keywords (#1481)
Diffstat (limited to 'tools/test/perform/pio_standalone.c')
-rw-r--r--tools/test/perform/pio_standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c
index 032bfba..a074d2c 100644
--- a/tools/test/perform/pio_standalone.c
+++ b/tools/test/perform/pio_standalone.c
@@ -92,7 +92,7 @@ get_option(int argc, const char **argv, const char *opts, const struct h5_long_o
sp = 1;
}
else {
- register char *cp; /* pointer into current token */
+ char *cp; /* pointer into current token */
/* short command line option */
opt_opt = argv[H5_optind][sp];