commit | 0069cc4a298a15c84df5e09e4abebe8ba8a0b8a5 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Oct 13 18:10:18 2010 +0000 |
committer | Roger Meier <roger@apache.org> | Wed Oct 13 18:10:18 2010 +0000 |
tree | 9721d855a028e67d4fdefa10b31bbb70b7241929 | |
parent | 4c5689269f767670741bc49648d419d4c6a188f1 [diff] [blame] |
THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1022220 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/protocol/TCompactProtocol.tcc b/lib/cpp/src/protocol/TCompactProtocol.tcc index 8ad999c..ed9c281 100644 --- a/lib/cpp/src/protocol/TCompactProtocol.tcc +++ b/lib/cpp/src/protocol/TCompactProtocol.tcc
@@ -58,7 +58,7 @@ CT_LIST = 0x09, CT_SET = 0x0A, CT_MAP = 0x0B, - CT_STRUCT = 0x0C, + CT_STRUCT = 0x0C }; const int8_t TTypeToCType[16] = {