commit | e957675647d3d7caafe842aa85cbd987e91b21f9 | [log] [tgz] |
---|---|---|
author | Ben Craig <bencraig@apache.org> | 周五 10月 11 08:19:16 2013 -0500 |
committer | Ben Craig <bencraig@apache.org> | 周五 10月 11 08:19:16 2013 -0500 |
tree | b8a1306ac830d9035cf608f0f759f98fc6af8c46 | |
parent | 49a7663c79ad064fed21bef18e87d929a73a2521 [diff] [blame] |
THRIFT-2045: C++ compiler warning and build cleanup (again) Client: cpp Patch: Ben Craig
diff --git a/compiler/cpp/src/parse/t_field.h b/compiler/cpp/src/parse/t_field.h index ac10d57..7bbcc0f 100644 --- a/compiler/cpp/src/parse/t_field.h +++ b/compiler/cpp/src/parse/t_field.h
@@ -155,7 +155,7 @@ * not it was specified by the user or automatically chosen. */ struct t_field_id { - int64_t value; + int32_t value; bool auto_assigned; };