mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make new gcc -Wall happy
This commit is contained in:
parent
1109fbca76
commit
730806d3d9
11 changed files with 45 additions and 23 deletions
|
|
@ -257,7 +257,7 @@ vgetargs1(args, format, p_va, compat)
|
|||
}
|
||||
}
|
||||
|
||||
if (*format != '\0' && !isalpha(*format) &&
|
||||
if (*format != '\0' && !isalpha((int)(*format)) &&
|
||||
*format != '(' &&
|
||||
*format != '|' && *format != ':' && *format != ';') {
|
||||
PyErr_Format(PyExc_SystemError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue