Kaydet (Commit) 94cc00ce authored tarafından Eric Smith's avatar Eric Smith

Silence warning on Windows.

üst e988e286
......@@ -260,7 +260,7 @@ change_decimal_from_locale_to_dot(char* buffer)
Py_LOCAL_INLINE(void)
ensure_sign(char* buffer, size_t buf_size)
{
Py_ssize_t len;
size_t len;
if (buffer[0] == '-')
/* Already have a sign. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment