You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/07/07 21:45:18 UTC

git commit: THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010

Repository: thrift
Updated Branches:
  refs/heads/master f9fbda8f4 -> 1a5127b76


THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010

Patch: Konrad Grochowski


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1a5127b7
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1a5127b7
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1a5127b7

Branch: refs/heads/master
Commit: 1a5127b76d54268884397f24ed1566f3caa07ed6
Parents: f9fbda8
Author: Roger Meier <ro...@apache.org>
Authored: Mon Jul 7 21:44:30 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Mon Jul 7 21:44:30 2014 +0200

----------------------------------------------------------------------
 lib/cpp/src/thrift/protocol/TCompactProtocol.tcc | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/1a5127b7/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
----------------------------------------------------------------------
diff --git a/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc b/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
index c444020..a0955fc 100644
--- a/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
+++ b/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
@@ -817,7 +817,6 @@ TType TCompactProtocolT<Transport_>::getTType(int8_t type) {
     default:
       throw TException(std::string("don't know what type: ") + (char)type);
   }
-  return T_STOP;
 }
 
 }}} // apache::thrift::protocol