yaml / libyaml

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

Replace Deprecated Function Name #300

Open Trenly opened 1 month ago

Trenly commented 1 month ago

[warning]src\YamlCppLib\libyaml\src\api.c(66,27): Warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup.