[issue45666] Warning: "'swprintf' : format string '%s' requires an argument of type 'unsigned short *', but variadic argument 1 has type 'const char *'"

Ken Jin report at bugs.python.org
Sat Oct 30 22:14:02 EDT 2021


Ken Jin <kenjin4096 at gmail.com> added the comment:


New changeset aad48062ef8f983fbb95f9dc0c3c3cef9c89df02 by Nikita Sobolev in branch 'main':
bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)
https://github.com/python/cpython/commit/aad48062ef8f983fbb95f9dc0c3c3cef9c89df02


----------
nosy: +kj

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45666>
_______________________________________


More information about the Python-bugs-list mailing list