From e7d0ab16e574afe38257184786eaa6d0d3c48482 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 23 Apr 2024 10:35:14 -0400 Subject: [PATCH] Fix protobuf clitest Forgot to change a verbosity in a merge! --- samples/protobuf-sample/simple.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/protobuf-sample/simple.def b/samples/protobuf-sample/simple.def index 9bb5495..a01d2b0 100644 --- a/samples/protobuf-sample/simple.def +++ b/samples/protobuf-sample/simple.def @@ -3185,8 +3185,8 @@ src/descriptor_unittest.cc:5274: Do not indent within a namespace. [whitespace src/descriptor_unittest.cc:5276: Do not indent within a namespace. [whitespace/indent_namespace] [4] src/descriptor_unittest.cc:5277: Do not indent within a namespace. [whitespace/indent_namespace] [4] src/descriptor_unittest.cc:5856: Do not indent within a namespace. [whitespace/indent_namespace] [4] -src/descriptor_unittest.cc:5929: Single-parameter constructors should be marked explicit. [runtime/explicit] [5] -src/descriptor_unittest.cc:5968: Single-parameter constructors should be marked explicit. [runtime/explicit] [5] +src/descriptor_unittest.cc:5929: Single-parameter constructors should be marked explicit. [runtime/explicit] [4] +src/descriptor_unittest.cc:5968: Single-parameter constructors should be marked explicit. [runtime/explicit] [4] src/descriptor_unittest.cc:6401: Do not indent within a namespace. [whitespace/indent_namespace] [4] src/descriptor_unittest.cc:6402: Do not indent within a namespace. [whitespace/indent_namespace] [4] src/descriptor_unittest.cc:6403: Do not indent within a namespace. [whitespace/indent_namespace] [4]