From: Amaury Forgeot d'Arc Date: Fri, 13 Jan 2012 21:12:37 +0000 (+0100) Subject: Silence compilation warnings on Windows X-Git-Tag: v3.3.0a1~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77b1ecf0adb0edf51958ebeef8e93ba3cfea5601;p=python Silence compilation warnings on Windows --- diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 39dfba9930..e42631c8ad 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -2024,11 +2024,11 @@ PyAPI_FUNC(int) _PyUnicode_ToUpperFull( ); PyAPI_FUNC(int) _PyUnicode_IsCaseIgnorable( - const Py_UCS4 ch /* Unicode character */ + Py_UCS4 ch /* Unicode character */ ); PyAPI_FUNC(int) _PyUnicode_IsCased( - const Py_UCS4 ch /* Unicode character */ + Py_UCS4 ch /* Unicode character */ ); PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(