commit | f8facacf30a20b068c2a6fc62196c2335f150dbc | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Nov 22 02:30:47 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Nov 22 02:30:47 2011 +0100 |
tree | 1c48fd6bb1e92fa9fac14771d458278ebb897d57 | |
parent | 9d3b93ba305e8a83bf1cec5146def2078e40b1a5 [diff] [blame] |
Fix compiler warnings
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 975cd9a..fe92491 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c
@@ -7756,9 +7756,9 @@ 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,