From 69b66a51f2d86746b78300fdf43dd098d6eac7cb Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sat, 29 Jan 2022 18:42:01 +0100 Subject: THRIFT-5506 C26495 variable "t_field::req_" not initialized, t_field.h:40 Compiler General Patch: Jens Geyer --- compiler/cpp/src/thrift/parse/t_field.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler') diff --git a/compiler/cpp/src/thrift/parse/t_field.h b/compiler/cpp/src/thrift/parse/t_field.h index 4be87706d..f0a607de0 100644 --- a/compiler/cpp/src/thrift/parse/t_field.h +++ b/compiler/cpp/src/thrift/parse/t_field.h @@ -41,6 +41,7 @@ public: : type_(type), name_(name), key_(0), + req_(T_OPT_IN_REQ_OUT), value_(nullptr), xsd_optional_(false), xsd_nillable_(false), -- cgit v1.2.1