THRIFT-203. cpp: Make library headers compile under g++ -pedantic
authorDavid Reiss <dreiss@apache.org>
Fri, 5 Dec 2008 02:54:09 +0000 (02:54 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 5 Dec 2008 02:54:09 +0000 (02:54 +0000)
commit322e595c2ac8a7ff4ef53cc472882d85e36000a0
tree62b7512e2549ccf03fb825683c0f14d05427d8e5
parentfbb14ef1b33db23cb0862975af58bbba957d2378
THRIFT-203. cpp: Make library headers compile under g++ -pedantic

It turns out that trailing commas in enum definitions are
not actually valid C++.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@723562 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/Thrift.h
lib/cpp/src/protocol/TDebugProtocol.h
lib/cpp/src/protocol/TProtocolException.h
lib/cpp/src/transport/TBufferTransports.h
lib/cpp/src/transport/TFDTransport.h
lib/cpp/src/transport/TTransportException.h