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 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
..
api.c
config.h
dumper.c
emitter.c kill "discards ‘const’ qualifier" warning 2017-10-21 13:15:23 +00:00
loader.c
parser.c kill variable set but not used warning 2017-10-21 13:01:51 +00:00
reader.c
scanner.c kill "variable set but not used" warning 2017-10-21 12:57:14 +00:00
writer.c
yaml.h
yaml_private.h