summaryrefslogtreecommitdiff
path: root/tests/example-reformatter.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-081-20/+20
| | | | | | | | | | | repro: CFLAGS="-Wall -Wextra -Wunused-parameter -Wc++-compat" ./configure && make which we use for perl, and libyaml is now included in cperl. Tested with gcc-5 and clang-3.7 There are still a tons of format warnings (%d on 64bit) in example-deconstructor.c which I skipped.
* 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.
* Prepare the initial release.0.0.1Kirill Simonov2006-08-011-10/+10
|
* Add two examples and prepare the build system for distribution.Kirill Simonov2006-07-311-0/+202