]> andersk Git - libyaml.git/commitdiff
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)
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.


No differences found
This page took 0.038929 seconds and 5 git commands to generate.