ruby/ext/psych
Yusuke Endoh 571ffcd609 ext/psych/yaml/api.c: Suppress a "variable set but not used" warning
```
compiling ../.././ext/psych/yaml/api.c
../.././ext/psych/yaml/api.c: In function 'yaml_document_delete':
../.././ext/psych/yaml/api.c:1122:7: warning: variable 'context' set but not used [-Wunused-but-set-variable]
     } context;
       ^~~~~~~
```
https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu1604/ruby-master/log/20190824T093004Z.log.html.gz
2019-08-24 20:31:16 +09:00
..
lib [ruby/psych] Deduplicate hash keys if they're strings 2019-07-25 07:52:16 +09:00
yaml ext/psych/yaml/api.c: Suppress a "variable set but not used" warning 2019-08-24 20:31:16 +09:00
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb Make psych.so deterministic 2019-06-02 07:59:56 +03:00
psych.c ext: protoize no-arguments functions 2014-10-04 23:09:32 +00:00
psych.gemspec [ruby/psych] Do not use add_development_dependency. 2019-07-25 07:47:07 +09:00
psych.h Update psych-2.2.1 2016-11-30 13:55:02 +00:00
psych_emitter.c no ID cache in Init functions 2018-02-16 08:39:48 +00:00
psych_emitter.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_parser.c [ruby/psych] Get rid of C90 feature 2019-07-25 07:52:19 +09:00
psych_parser.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_to_ruby.c Update psych-2.2.1 2016-11-30 13:55:02 +00:00
psych_to_ruby.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00
psych_yaml_tree.c null byte at Psych::Emitter. 2017-10-31 07:24:29 +00:00
psych_yaml_tree.h * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is 2012-11-28 04:34:41 +00:00