aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/cpp/cpp_message.cc
diff options
context:
space:
mode:
authorAndy Hochhaus <ahochhaus@samegoal.com>2016-10-08 15:40:29 -0700
committerAndy Hochhaus <ahochhaus@samegoal.com>2016-10-09 08:36:01 -0700
commitb2b65842ea9ba7c994385dfc82cf14d209713909 (patch)
tree0567e0405d9b1c77f9fe078e741d60b5cb9d69ed /src/google/protobuf/compiler/cpp/cpp_message.cc
parentc0c3aee6b9ae3f4f2fc30370365002babc5d106b (diff)
downloadprotobuf-b2b65842ea9ba7c994385dfc82cf14d209713909.tar.gz
protobuf-b2b65842ea9ba7c994385dfc82cf14d209713909.tar.bz2
protobuf-b2b65842ea9ba7c994385dfc82cf14d209713909.zip
Silence compile warnings in bazel
Diffstat (limited to 'src/google/protobuf/compiler/cpp/cpp_message.cc')
-rw-r--r--src/google/protobuf/compiler/cpp/cpp_message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/cpp/cpp_message.cc b/src/google/protobuf/compiler/cpp/cpp_message.cc
index 0034b121..1f1a0f1c 100644
--- a/src/google/protobuf/compiler/cpp/cpp_message.cc
+++ b/src/google/protobuf/compiler/cpp/cpp_message.cc
@@ -3804,7 +3804,7 @@ GenerateIsInitialized(io::Printer* printer) {
if (descriptor_->extension_range_count() > 0) {
printer->Print(
"\n"
- "if (!_extensions_.IsInitialized()) return false;");
+ "if (!_extensions_.IsInitialized()) return false;\n");
}
printer->Outdent();