Silence compiler warnings
[fio.git] / init.c
diff --git a/init.c b/init.c
index d8c0bd17a9bccb024cbf26972dc39037bc6139fa..382fa1ff6de82edc9d74644edcace6a7f233839e 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1679,7 +1679,7 @@ static int is_empty_or_comment(char *line)
 /*
  * This is our [ini] type file parser.
  */
-int __parse_jobs_ini(struct thread_data *td,
+static int __parse_jobs_ini(struct thread_data *td,
                char *file, int is_buf, int stonewall_flag, int type,
                int nested, char *name, char ***popts, int *aopts, int *nopts)
 {