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 af14720f74 kill "value computed is not used" warning
Currently, gcc claims your coding style is not good. Shut it up.

../../../ext/psych/yaml/emitter.c: In function ‘yaml_emitter_write_plain_scalar’:
../../../ext/psych/yaml/emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-21 13:02:04 +00:00
..
api.c
config.h
dumper.c
emitter.c kill "value computed is not used" warning 2017-10-21 13:02:04 +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
scanner.c kill "variable set but not used" warning 2017-10-21 12:57:14 +00:00
writer.c
yaml.h
yaml_private.h