aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/extension_set.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/extension_set.cc')
-rw-r--r--src/google/protobuf/extension_set.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/extension_set.cc b/src/google/protobuf/extension_set.cc
index d6ebe4c3..49087131 100644
--- a/src/google/protobuf/extension_set.cc
+++ b/src/google/protobuf/extension_set.cc
@@ -71,6 +71,8 @@ inline bool is_packable(WireFormatLite::WireType type) {
// Do not add a default statement. Let the compiler complain when someone
// adds a new wire type.
}
+ GOOGLE_LOG(FATAL) << "can't reach here.";
+ return false;
}
// Registry stuff.