commit | 1a5127b76d54268884397f24ed1566f3caa07ed6 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Jul 07 21:44:30 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Jul 07 21:44:30 2014 +0200 |
tree | a45b97e39cd5450be2438d1b24f46b2dfa070328 | |
parent | f9fbda8f4256602a7965921074f9cf99634b5761 [diff] |
THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010 Patch: Konrad Grochowski
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 @@ default: throw TException(std::string("don't know what type: ") + (char)type); } - return T_STOP; } }}} // apache::thrift::protocol