mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
This commit is contained in:
@@ -844,8 +844,7 @@ _winapi_CreateProcess_impl(PyObject *module, Py_UNICODE *application_name,
|
||||
PROCESS_INFORMATION pi;
|
||||
STARTUPINFOW si;
|
||||
PyObject* environment;
|
||||
const wchar_t *wenvironment;
|
||||
Py_ssize_t wenvironment_size;
|
||||
wchar_t *wenvironment;
|
||||
|
||||
ZeroMemory(&si, sizeof(si));
|
||||
si.cb = sizeof(si);
|
||||
|
||||
Reference in New Issue
Block a user