https://github.com/protobuf-c/protobuf-c/pull/673 Index: protoc-c/c_extension.h --- protoc-c/c_extension.h.orig +++ protoc-c/c_extension.h @@ -98,8 +98,6 @@ class ExtensionGenerator { const FieldDescriptor* descriptor_; std::string type_traits_; std::string dllexport_decl_; - - GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ExtensionGenerator); }; } // namespace c