Warning fixes
[fio.git] / init.c
diff --git a/init.c b/init.c
index a544996ea433170e6378658fe43ad08950d1e861..08429c4b027b53e2b1c18b017d28e89c267145b2 100644 (file)
--- a/init.c
+++ b/init.c
@@ -878,7 +878,7 @@ struct debug_level debug_levels[] = {
        { .name = "parse",      .shift = FD_PARSE },
        { .name = "diskutil",   .shift = FD_DISKUTIL },
        { .name = "job",        .shift = FD_JOB },
-       { },
+       { .name = NULL, },
 };
 
 static int set_debug(const char *string)