ruby/ext/psych/yaml
nobu 6ef6dab36d ext/psych/yaml: suppress warnings
* ext/psych/yaml/emitter.c (WRITE_BREAK, PUT_BREAK): suppress
  unused-value warnings.

* ext/psych/yaml/parser.c, ext/psych/yaml/scanner.c: suppress
  unused-but-set-variable warnings.

* ext/psych/yaml/yaml_private.h (STACK_EMPTY): ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-16 07:53:20 +00:00
..
LICENSE * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
api.c yaml/api.c: fix typo 2014-02-12 09:01:28 +00:00
config.h * ext/psych/yaml/config.h (PACKAGE_VERSION): update. 2014-02-05 01:17:31 +00:00
dumper.c * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
emitter.c ext/psych/yaml: suppress warnings 2014-02-16 07:53:20 +00:00
loader.c yaml/api.c, yaml/loader.c: integer overflow 2014-02-05 01:17:28 +00:00
parser.c ext/psych/yaml: suppress warnings 2014-02-16 07:53:20 +00:00
reader.c * remove trailing spaces. 2014-02-05 01:04:25 +00:00
scanner.c ext/psych/yaml: suppress warnings 2014-02-16 07:53:20 +00:00
writer.c * remove trailing spaces. 2014-02-05 01:04:25 +00:00
yaml.h * ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge 2013-09-20 14:51:35 +00:00
yaml_private.h ext/psych/yaml: suppress warnings 2014-02-16 07:53:20 +00:00