summaryrefslogtreecommitdiff
path: root/tests/example-deconstructor-alt.c
Commit message (Collapse)AuthorAgeFilesLines
* Squash a couple of warnings in example-deconstructor-altMichael Drake2019-06-061-3/+3
| | | | | | | | | | | 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]
* Fix pointer and enum warnings in deconstructor-altIan Cordasco2016-12-291-66/+66
| | | | | This should cover the remainder of the warnings found on the Travis CI OSX builder.
* Fix -Wformat compilation errors in testsIan Cordasco2016-12-171-8/+8
| | | | | There were several warnings generated by formatting errors in the tests, this corrects the format strings and silences the warnings.
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-071-0/+800