]> andersk Git - libyaml.git/commit
Fixed most compiler warnings -Wall -Wextra
authorReini Urban <rurban@cpanel.net>
Sat, 27 Feb 2016 10:45:51 +0000 (11:45 +0100)
committerIngy döt Net <ingy@ingy.net>
Mon, 8 Jan 2018 18:44:25 +0000 (10:44 -0800)
commitfc2dd942fc61ae135b7e2bfe5c248b1f15b74547
tree73d890dce146a918cb53c768c7c8117066712476
parent2b8b563222293e2cc410cd7fd9cb31f05622d97e
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.
13 files changed:
src/api.c
src/dumper.c
src/emitter.c
src/loader.c
src/parser.c
src/scanner.c
src/yaml_private.h
tests/example-deconstructor.c
tests/example-reformatter.c
tests/run-dumper.c
tests/run-emitter.c
tests/test-reader.c
tests/test-version.c
This page took 0.057105 seconds and 5 git commands to generate.