mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Silence last compilation warning.
This commit is contained in:
parent
cd27df3a99
commit
6d766fc3fa
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format,
|
|||
tmp = PyUnicode_FromOrdinal(x);
|
||||
inumeric_chars = 0;
|
||||
n_digits = 1;
|
||||
maxchar = Py_MAX(maxchar, x);
|
||||
maxchar = Py_MAX(maxchar, (Py_UCS4)x);
|
||||
|
||||
/* As a sort-of hack, we tell calc_number_widths that we only
|
||||
have "remainder" characters. calc_number_widths thinks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue