summaryrefslogtreecommitdiffstats
path: root/test/tcheck_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tcheck_version.c')
-rw-r--r--test/tcheck_version.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tcheck_version.c b/test/tcheck_version.c
index 2d5c239..f14c61c 100644
--- a/test/tcheck_version.c
+++ b/test/tcheck_version.c
@@ -38,9 +38,9 @@ void parse(int ac, char **av);
void abort_intercept(int H5_ATTR_UNUSED sig);
/* global variables */
-unsigned major = H5_VERS_MAJOR;
-unsigned minor = H5_VERS_MINOR;
-unsigned release = H5_VERS_RELEASE;
+static unsigned major = H5_VERS_MAJOR;
+static unsigned minor = H5_VERS_MINOR;
+static unsigned release = H5_VERS_RELEASE;
void
showhelp(void)