commit | 282e440c6de219b7b8f32b01cc7eb599f534f33f | [log] [tgz] |
---|---|---|
author | Ben Craig <bencraig@apache.org> | Tue Oct 08 16:02:06 2013 -0500 |
committer | Ben Craig <bencraig@apache.org> | Tue Oct 08 16:02:06 2013 -0500 |
tree | b42171854818596abb55eb692859b816eb3ae886 | |
parent | 380a45d0f7354486195d4938d204671e1b2cefcb [diff] [blame] |
THRIFT-2045: C++ compiler warning and build cleanup Client: cpp compiler, go compiler, python compiler, compiler build 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; };