Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand; consider...
authorJake Farrell <jfarrell@apache.org>
Fri, 5 Oct 2012 00:38:11 +0000 (00:38 +0000)
committerJake Farrell <jfarrell@apache.org>
Fri, 5 Oct 2012 00:38:11 +0000 (00:38 +0000)
commit14c217d490066527fba2b8eda8e4020abbe31739
tree57c23668ee4a7cd892e1c7f6da88757e3dc0b7d5
parent093f5cef5304ffa02c90aa21c30c8faa88587000
Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first" in TBinaryProtocol.cs at ReadInt64()
Client: csharp
Patch: Jens Geyer

Fixes warning at the byte shift operations due to a missing cast at the bitwise-or.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1394338 13f79535-47bb-0310-9956-ffa450edef68
lib/csharp/src/Protocol/TBinaryProtocol.cs