Use variable[] instead of GCC variable[0] syntax
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index b9e0448153ed50979f38efec7ec23d47ee3d38f6..4ca826170a0b886376f12f7b3591866f6543092d 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -186,7 +186,7 @@ struct jobs_eta {
         * Network 'copy' of run_str[]
         */
        uint32_t nr_threads;
-       uint8_t run_str[0];
+       uint8_t run_str[];
 };
 
 extern void show_thread_status(struct thread_stat *ts, struct group_run_stats *rs);