mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-131296: fix clang-cl warnings in sysmodule.c (#131304)
This commit is contained in:
parent
749e24b48f
commit
a2ea417578
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ sys_getrecursionlimit_impl(PyObject *module)
|
|||
|
||||
#ifdef MS_WINDOWS
|
||||
|
||||
static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0};
|
||||
static PyTypeObject WindowsVersionType = { 0 };
|
||||
|
||||
static PyStructSequence_Field windows_version_fields[] = {
|
||||
{"major", "Major version number"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue