mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
* suppress warnings with -Wwrite-string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f3c0922a5a
commit
1378795e08
23 changed files with 111 additions and 104 deletions
2
ruby.c
2
ruby.c
|
@ -65,7 +65,7 @@ static VALUE do_loop = Qfalse, do_print = Qfalse;
|
|||
static VALUE do_check = Qfalse, do_line = Qfalse;
|
||||
static VALUE do_split = Qfalse;
|
||||
|
||||
static char *script;
|
||||
static const char *script;
|
||||
|
||||
static int origargc;
|
||||
static char **origargv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue