diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 09:28:20 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 09:28:20 +0000 |
commit | 99a9915b04100c353fd8d79e6940ce5bde9fb290 (patch) | |
tree | 45dd63e7b9262c43ebd8ef19b0057a150d1e3eb5 /ruby.c | |
parent | a7fd673519929de15447ed524b3f40d9750e7752 (diff) | |
download | ruby-99a9915b04100c353fd8d79e6940ce5bde9fb290.tar.gz ruby-99a9915b04100c353fd8d79e6940ce5bde9fb290.tar.xz ruby-99a9915b04100c353fd8d79e6940ce5bde9fb290.zip |
* suppress warnings with -Wwrite-string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ struct cmdline_options { int verbose; int yydebug; unsigned int dump; - char *script; + const char *script; VALUE script_name; VALUE e_script; struct { |