yaml / libyaml

Canonical source repository for LibYAML
http://pyyaml.org/wiki/LibYAML
MIT License
921 stars 312 forks source link

Resolve type conversion warnings for c99 and above compilers. #246

Open rsbeckerca opened 2 years ago

rsbeckerca commented 2 years ago

This change corrects implicit type conversions that show as compile warnings in c99, c11 compilers.

Signed-off-by: Randall S. Becker randall.becker@nexbridge.ca