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 e3b4cd38df kill "discards ‘const’ qualifier" warning
Kill following warning.

../../../ext/psych/yaml/emitter.c: In function ‘yaml_emitter_write_folded_scalar’:
../../../ext/psych/yaml/emitter.c:2283:5: warning: passing argument 2 of ‘yaml_emitter_write_indicator’ discards ‘const’ qualifier from pointer target type [enabled by default]
     if (!yaml_emitter_write_indicator(emitter, ">", 1, 0, 0))
     ^

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-21 13:15:11 +00:00
..
-test-
bigdecimal ext: check if null byte is contained 2017-09-30 08:35:23 +00:00
cgi/escape
continuation
coverage
date
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
gdbm gdbm.c: use the default external encoding 2017-09-30 11:06:05 +00:00
io
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
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:11 +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
socket Deprecation document for gethostbyname,gethostbyaddr. 2017-10-21 13:13:02 +00:00
stringio
strscan
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