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) ...@@ -260,7 +260,7 @@ change_decimal_from_locale_to_dot(char* buffer)
Py_LOCAL_INLINE(void) Py_LOCAL_INLINE(void)
ensure_sign(char* buffer, size_t buf_size) ensure_sign(char* buffer, size_t buf_size)
{ {
Py_ssize_t len; size_t len;
if (buffer[0] == '-') if (buffer[0] == '-')
/* Already have a sign. */ /* 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