]> andersk Git - libyaml.git/commit
Fix pointer warnings in example-deconstructor
authorIan Cordasco <graffatcolmingov@gmail.com>
Tue, 27 Dec 2016 15:06:01 +0000 (09:06 -0600)
committerIngy döt Net <ingy@ingy.net>
Thu, 29 Dec 2016 21:55:41 +0000 (15:55 -0600)
commit49be466cb1f7fa6beae258ac24cc6bb9fd4baa68
treeb83caa915a3b5a6a39c0e964cd641733fca6252a
parentb6cc3a689d9fd7f72863b7a4f95f430b2d75378e
Fix pointer warnings in example-deconstructor

There were several places in our test deconstructor where we were
passing plain char[]s to functions expecting (yaml_char_t *)s. Since we
will soon be forcing warnings to become errors, it makes sense to clean
these up.
tests/example-deconstructor.c
This page took 0.057537 seconds and 5 git commands to generate.