[PATCH] Warn on writable strings
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index 9b34de9aad60b178a5257e78f7e96d2d158db015..adbb3208e644c7bcac22ed96c58206553f9e1d42 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -19,7 +19,7 @@ enum fio_opt_type {
  * Option define
  */
 struct fio_option {
-       char *name;
+       const char *name;
        enum fio_opt_type type;
        unsigned int off1;
        unsigned int off2;