mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010
Patch: Konrad Grochowski
This commit is contained in:
parent
f9fbda8f42
commit
1a5127b76d
@ -817,7 +817,6 @@ TType TCompactProtocolT<Transport_>::getTType(int8_t type) {
|
|||||||
default:
|
default:
|
||||||
throw TException(std::string("don't know what type: ") + (char)type);
|
throw TException(std::string("don't know what type: ") + (char)type);
|
||||||
}
|
}
|
||||||
return T_STOP;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}}} // apache::thrift::protocol
|
}}} // apache::thrift::protocol
|
||||||
|
Loading…
Reference in New Issue
Block a user