1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
kosaki 1493972e82 kill "discards ‘const’ qualifier" warning
Kill following warning.

../../../ext/psych/yaml/emitter.c: In function ‘yaml_emitter_write_block_scalar_hints’:
../../../ext/psych/yaml/emitter.c:2196:20: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
         chomp_hint = "-";
                    ^

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-21 13:15:23 +00:00
..
-test- load.c: fix rb_load_protect condition 2017-09-24 05:22:23 +00:00
bigdecimal ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
cgi/escape
continuation
coverage
date ext/date/extconf.rb: check for timezone and altzone 2017-09-17 04:26:51 +00:00
dbm dbm.c: suppress unused-but-set-variable warning 2017-09-30 11:50:14 +00:00
digest
etc ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
fcntl
fiber
fiddle Fixup r59961. Use http for libffi downloading. 2017-09-19 05:01:02 +00:00
gdbm gdbm.c: use the default external encoding 2017-09-30 11:06:05 +00:00
io ext/io/console/lib/console/size.rb: Fix the context of method definition 2017-09-17 08:04:34 +00:00
json
nkf ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
objspace imemo_mask (enum) -> IMEMO_MASK (immediate value). 2017-10-21 10:21:31 +00:00
openssl openssl: import e72d960db262 2017-09-24 16:26:22 +00:00
pathname declare variables once for each line in pathname.c. 2017-10-21 08:41:59 +00:00
psych kill "discards ‘const’ qualifier" warning 2017-10-21 13:15:23 +00:00
pty Replace to_a[1..-1] on a MatchData with captures 2017-10-21 05:18:40 +00:00
racc/cparse
rbconfig/sizeof configure.ac 2017-09-29 13:21:17 +00:00
readline ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
ripper lexer.rb: no dedent strings in middle 2017-10-19 04:25:30 +00:00
rubyvm
sdbm ext: adjust indent [ci skip] 2017-09-27 05:08:53 +00:00
socket Deprecation document for gethostbyname,gethostbyaddr. 2017-10-21 13:13:02 +00:00
stringio ext: adjust indent [ci skip] 2017-09-27 05:08:53 +00:00
strscan To use github url for gemspec. 2017-09-15 23:46:46 +00:00
syslog ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
win32 Treat REG_NONE just like REG_BINARY 2017-10-21 12:12:52 +00:00
win32ole
zlib zlib.c: ensure to free 2017-10-07 02:23:27 +00:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nacl
Setup.nt