[
https://issues.apache.org/jira/browse/THRIFT-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480832#comment-13480832
]
Hudson commented on THRIFT-1709:
--------------------------------
Integrated in Thrift #567 (See [https://builds.apache.org/job/Thrift/567/])
Thrift-1709:Warning "Bitwise-or operator used on a sign-extended
operand;..."
Client: csharp
Patch: Jake Farrell
Reverts initial patch submitted with ticket and changes to using unchecked {}
due to reported memory issues with the previous patch. (Revision 1400487)
Result = ABORTED
> Warning "Bitwise-or operator used on a sign-extended operand; consider
> casting to a smaller unsigned type first" in TBinaryProtocol.cs at
> ReadInt64()
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: THRIFT-1709
> URL: https://issues.apache.org/jira/browse/THRIFT-1709
> Project: Thrift
> Issue Type: Bug
> Components: C# - Library
> Affects Versions: 0.8, 0.9
> Environment: Windows + Silverlight + WP7
> Reporter: Jens Geyer
> Assignee: Jake Farrell
> Priority: Trivial
> Fix For: 0.9
>
> Attachments:
> THIFT-1709_Bitwise_or_operator_used_on_a_signextended_operand_at_ReadInt64().patch,
> Thrift-1709.patch
>
>
> There's an annoying warning at the byte shift operations due to a missing
> cast at the bitwise-or.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira