aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-04-16 22:43:40 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-04-16 22:43:40 +0000
commiteb26a1efdef3f1f5e77807d456a08f3c76cc5207 (patch)
tree467213c4581c8a18683cd730dddad7951cf2c366 /CHANGES.txt
parente59427a62cdd93ac8b18396d19f6dc74e979df95 (diff)
downloadprotobuf-eb26a1efdef3f1f5e77807d456a08f3c76cc5207.tar.gz
protobuf-eb26a1efdef3f1f5e77807d456a08f3c76cc5207.tar.bz2
protobuf-eb26a1efdef3f1f5e77807d456a08f3c76cc5207.zip
Commit Michael Poole's patch for explicitly constructing all class fields in
generated code.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 35ddd537..5020b781 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,8 @@
* GzipInputStream and GzipOutputStream support reading/writing gzip- or
zlib-compressed streams if zlib is available.
(google/protobuf/io/gzip_stream.h)
+ * Generated constructors explicitly initialize all fields (to avoid warnings
+ with certain compiler settings).
Java
* Fixed bug where Message.mergeFrom(Message) failed to merge extensions.