commit | 69b66a51f2d86746b78300fdf43dd098d6eac7cb | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat Jan 29 18:42:01 2022 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Sun Jan 30 01:09:06 2022 +0100 |
tree | 36128d47263271c161e7a7a713739cd96020db0b | |
parent | a0cd3cfc848536210631f5f10c9019f81e45ab66 [diff] |
THRIFT-5506 C26495 variable "t_field::req_" not initialized, t_field.h:40 Compiler General Patch: Jens Geyer
diff --git a/compiler/cpp/src/thrift/parse/t_field.h b/compiler/cpp/src/thrift/parse/t_field.h index 4be8770..f0a607d 100644 --- a/compiler/cpp/src/thrift/parse/t_field.h +++ b/compiler/cpp/src/thrift/parse/t_field.h
@@ -41,6 +41,7 @@ : type_(type), name_(name), key_(0), + req_(T_OPT_IN_REQ_OUT), value_(nullptr), xsd_optional_(false), xsd_nillable_(false),