From eb26a1efdef3f1f5e77807d456a08f3c76cc5207 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Thu, 16 Apr 2009 22:43:40 +0000 Subject: Commit Michael Poole's patch for explicitly constructing all class fields in generated code. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') 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. -- cgit v1.2.3