commit | 0069cc4a298a15c84df5e09e4abebe8ba8a0b8a5 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周三 10月 13 18:10:18 2010 +0000 |
committer | Roger Meier <roger@apache.org> | 周三 10月 13 18:10:18 2010 +0000 |
tree | 9721d855a028e67d4fdefa10b31bbb70b7241929 | |
parent | 4c5689269f767670741bc49648d419d4c6a188f1 [diff] |
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/compiler/cpp/src/parse/t_field.h b/compiler/cpp/src/parse/t_field.h index fb58ca7..0c3c2b1 100644 --- a/compiler/cpp/src/parse/t_field.h +++ b/compiler/cpp/src/parse/t_field.h
@@ -71,7 +71,7 @@ enum e_req { T_REQUIRED, T_OPTIONAL, - T_OPT_IN_REQ_OUT, + T_OPT_IN_REQ_OUT }; void set_req(e_req req) {