[Patches] [ python-Patches-1461822 ] "const int" was truncated to "char"

SourceForge.net noreply at sourceforge.net
Mon Apr 10 03:35:07 CEST 2006


Patches item #1461822, was opened at 2006-03-31 12:15
Message generated for change (Settings changed) made by ocean-city
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1461822&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Hirokazu Yamamoto (ocean-city)
Assigned to: Nobody/Anonymous (nobody)
Summary: "const int" was truncated to "char"

Initial Comment:
Hello. I got this warning message in building trunk
with VC6. This happens because "char" == "signed char"
in my environment, and 255 is out of range of signed char.

Probably attached patch will solve problem. Thank you.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1461822&group_id=5470


More information about the Patches mailing list