1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych/yaml
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
..
api.c
config.h
dumper.c
emitter.c kill "discards ‘const’ qualifier" warning 2017-10-21 13:15:11 +00:00
loader.c Fixed regression of typo fix. 2016-11-16 02:51:26 +00:00
parser.c kill variable set but not used warning 2017-10-21 13:01:51 +00:00
reader.c * remove trailing spaces. 2016-11-14 00:40:06 +00:00
scanner.c kill "variable set but not used" warning 2017-10-21 12:57:14 +00:00
writer.c * remove trailing spaces. 2016-11-14 00:40:06 +00:00
yaml.h
yaml_private.h