fixed warning about missing pragma warning push (#8678)

pull/8683/head
Yoav Miller 4 years ago committed by GitHub
parent 0b8d13a1d4
commit 0b05994474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/google/protobuf/wire_format_lite.h

@ -66,13 +66,12 @@
// #pragma pop_macro("TYPE_BOOL")
#undef TYPE_BOOL
#include <google/protobuf/port_def.inc>
namespace google {
namespace protobuf {
namespace internal {
#include <google/protobuf/port_def.inc>
// This class is for internal use by the protocol buffer library and by
// protocol-compiler-generated message classes. It must not be called
// directly by clients.

Loading…
Cancel
Save