mirror of
https://github.com/python/cpython.git
synced 2026-03-22 04:30:50 +00:00
Silence compiler warning
This commit is contained in:
parent
9ba83c50f4
commit
622e05a064
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ unknown_presentation_type(STRINGLIB_CHAR presentation_type,
|
|||
PyErr_Format(PyExc_ValueError,
|
||||
"Unknown format code '%c' "
|
||||
"for object of type '%.200s'",
|
||||
presentation_type,
|
||||
(char)presentation_type,
|
||||
type_name);
|
||||
#if STRINGLIB_IS_UNICODE
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue