Whamcloud - gitweb
LU-17504 build: fix gcc-13 [-Werror=stringop-overread] error
[fs/lustre-release.git] / lustre / tests / mcreate.c
index ce88321..62f8831 100644 (file)
@@ -37,7 +37,7 @@
 #include <unistd.h>
 #include <getopt.h>
 
-void usage(const char *prog, int status)
+static void usage(const char *prog, int status)
 {
        fprintf(status == 0 ? stdout : stderr,
                "Usage: %s [OPTION]... FILE\n"