From 817c82f8d24cc145f65003374c9ae81a57cd1ddf Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 19 Sep 2024 21:49:29 -0700 Subject: [PATCH] Micro-cleanups around `StringPieceField` * Make movable: no reason for it not to be, and this blocks some experiments. * Fix compilation warnings. PiperOrigin-RevId: 676689077 --- src/google/protobuf/string_piece_field_support_unittest.cc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/google/protobuf/string_piece_field_support_unittest.cc diff --git a/src/google/protobuf/string_piece_field_support_unittest.cc b/src/google/protobuf/string_piece_field_support_unittest.cc new file mode 100644 index 0000000000..153aea649e --- /dev/null +++ b/src/google/protobuf/string_piece_field_support_unittest.cc @@ -0,0 +1,7 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2024 Google Inc. All rights reserved. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file or at +// https://developers.google.com/open-source/licenses/bsd +