mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Silence compilation warnings on Windows
This commit is contained in:
parent
0a239e9191
commit
77b1ecf0ad
1 changed files with 2 additions and 2 deletions
|
@ -2024,11 +2024,11 @@ PyAPI_FUNC(int) _PyUnicode_ToUpperFull(
|
|||
);
|
||||
|
||||
PyAPI_FUNC(int) _PyUnicode_IsCaseIgnorable(
|
||||
const Py_UCS4 ch /* Unicode character */
|
||||
Py_UCS4 ch /* Unicode character */
|
||||
);
|
||||
|
||||
PyAPI_FUNC(int) _PyUnicode_IsCased(
|
||||
const Py_UCS4 ch /* Unicode character */
|
||||
Py_UCS4 ch /* Unicode character */
|
||||
);
|
||||
|
||||
PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue