forked from pool/protobuf
cf45aba3de
OBS-URL: https://build.opensuse.org/request/show/288202 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=32
13 lines
458 B
Diff
13 lines
458 B
Diff
Index: protobuf-2.6.1/src/google/protobuf/extension_set.cc
|
|
===================================================================
|
|
--- protobuf-2.6.1.orig/src/google/protobuf/extension_set.cc
|
|
+++ protobuf-2.6.1/src/google/protobuf/extension_set.cc
|
|
@@ -71,6 +71,7 @@ inline bool is_packable(WireFormatLite::
|
|
// Do not add a default statement. Let the compiler complain when someone
|
|
// adds a new wire type.
|
|
}
|
|
+ return true;
|
|
}
|
|
|
|
// Registry stuff.
|