Patch to prevent warnings for integer types in some cases
---------------------------------------------------------

                 Key: THRIFT-1395
                 URL: https://issues.apache.org/jira/browse/THRIFT-1395
             Project: Thrift
          Issue Type: Improvement
    Affects Versions: 0.8
         Environment: Windows
            Reporter: Jens Geyer


Constants such as i32 = 0x80000000 produce a Delphi warning. The current code 
renders such values as positive integer, which needs an explicit typecast to 
satisfy the Delphi compiler. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to