mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
* suppress warnings with -Wwrite-string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1b039e2a92
commit
075530a685
31 changed files with 65 additions and 61 deletions
|
@ -778,8 +778,8 @@ VALUE rb_id2str(ID);
|
|||
rb_intern(str))
|
||||
#endif
|
||||
|
||||
char *rb_class2name(VALUE);
|
||||
char *rb_obj_classname(VALUE);
|
||||
const char *rb_class2name(VALUE);
|
||||
const char *rb_obj_classname(VALUE);
|
||||
|
||||
void rb_p(VALUE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue