4 Commits

Author SHA1 Message Date
Michael Drake
aa2e89362f Squash a couple of warnings in example-deconstructor-alt
example-deconstructor-alt.c: In function ‘main’:
example-deconstructor-alt.c:649:51: warning:
  comparison between ‘yaml_sequence_style_t {aka enum yaml_sequence_style_e}’
  and ‘enum yaml_mapping_style_e’ [-Wenum-compare]

example-deconstructor-alt.c:650:36: warning:
  comparison between ‘yaml_sequence_style_t {aka enum yaml_sequence_style_e}’
  and ‘enum yaml_mapping_style_e’ [-Wenum-compare]
2019-06-06 20:20:58 +02:00
Ian Cordasco
70342132b4 Fix pointer and enum warnings in deconstructor-alt
This should cover the remainder of the warnings found on the Travis CI
OSX builder.
2016-12-29 15:55:41 -06:00
Ian Cordasco
44d49c9019 Fix -Wformat compilation errors in tests
There were several warnings generated by formatting errors in the tests,
this corrects the format strings and silences the warnings.
2016-12-17 13:27:18 -08:00
Kirill Simonov
e27a3c886e Add functions for constructing, parsing and emitting YAML documents. 2007-01-07 20:11:16 +00:00