mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Fix compiler warnings
This commit is contained in:
parent
9d3b93ba30
commit
f8facacf30
3 changed files with 4 additions and 3 deletions
|
@ -7756,9 +7756,9 @@ posix_putenv(PyObject *self, PyObject *args)
|
|||
PyObject *os1, *os2;
|
||||
char *s1, *s2;
|
||||
char *newenv;
|
||||
size_t len;
|
||||
#endif
|
||||
PyObject *newstr = NULL;
|
||||
size_t len;
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
if (!PyArg_ParseTuple(args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue