Reini Urban
fc2dd942fc
Fixed most compiler warnings -Wall -Wextra
...
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.
2018-01-08 10:44:25 -08: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
0122490194
Undefine the NDEBUG directive for the test programs.
2007-01-08 16:13:59 +00:00
Kirill Simonov
625fcfe9ed
Refactor internal and external API.
2006-07-21 13:50:32 +00:00
Kirill Simonov
5eff53a4ac
Move yaml/yaml.h to yaml.h and merge version.c to api.c.
2006-07-03 13:49:14 +00:00
Kirill Simonov
2fa16060e0
Complete buffering and encoding code.
2006-06-01 20:19:43 +00:00
Kirill Simonov
3d790dfd5e
Complete UTF-8 and UTF-16 decoders.
...
Reader is mostly done (though untested).
2006-05-30 17:49:18 +00:00