diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-11 20:40:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-16 22:58:38 -0800 |
commit | 66c09c83aa2f64b31dc657f90447c269621545b7 (patch) | |
tree | 211b6c3ea96175770e25a62a1220d898f4a9e0c7 /wq.h | |
parent | 8751095511c7d9065ab12a40e90e38bdd9d728e4 (diff) |
Fix gcc -Wwrite-strings warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'wq.h')
-rw-r--r-- | wq.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ extern struct wq { extern struct modtab { - char *name; + const char *name; int length; int value; } modifier_table[]; |